Class UnaryExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.UnaryExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(ExprVisitor visitor) protected ExprgetType()voidsetOperand(Expr operand) voidsetOperation(UnaryOperation operation) voidsetType(OperationType type) 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
-
UnaryExpr
public UnaryExpr()
-
-
Method Details
-
getOperation
-
setOperation
-
getOperand
-
setOperand
-
getType
-
setType
-
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
clone
-