Class CastExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.CastExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Expr
binary, binary, clone, constant, constructObject, createArray, createArray, createObject, getLocation, getVariableIndex, instanceOf, invert, invoke, invokeSpecial, invokeStatic, qualify, setLocation, setVariableIndex, subscript, unary, var
-
Constructor Details
-
CastExpr
public CastExpr()
-
-
Method Details
-
getValue
-
setValue
-
getTarget
-
setTarget
-
isWeak
public boolean isWeak() -
setWeak
public void setWeak(boolean weak) -
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
clone
-