Package org.teavm.ast
Class InvocationExpr
java.lang.Object
org.teavm.ast.Expr
org.teavm.ast.InvocationExpr
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(ExprVisitor visitor) protected ExprgetType()voidsetMethod(MethodReference method) voidsetType(InvocationType type) Methods 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
-
InvocationExpr
public InvocationExpr()
-
-
Method Details
-
getMethod
-
setMethod
-
getType
-
setType
-
getArguments
-
acceptVisitor
- Specified by:
acceptVisitorin classExpr
-
clone
-