Package org.teavm.ast
Class PrimitiveCastExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.PrimitiveCastExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(ExprVisitor visitor) protected ExprgetValue()voidsetSource(OperationType source) voidsetTarget(OperationType target) voidMethods inherited from class org.teavm.ast.Expr
binary, binary, clone, constant, constructObject, createArray, createArray, createObject, getLocation, getVariableIndex, instanceOf, invert, invoke, invokeSpecial, invokeStatic, qualify, setLocation, setVariableIndex, subscript, unary, var
-
Constructor Details
-
PrimitiveCastExpr
public PrimitiveCastExpr()
-
-
Method Details
-
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
getValue
-
setValue
-
getSource
-
setSource
-
getTarget
-
setTarget
-
clone
-