Package org.teavm.ast
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 org.teavm.ast.Expr
addInt, and, binary, binary, clone, constant, constructObject, createArray, createArray, createObject, divInt, getLocation, getVariableIndex, instanceOf, invert, invoke, invokeSpecial, invokeStatic, less, or, 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
-