Class ASTExprCallMethod
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTExpression
io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprCallMethod
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTExprCallMethod(int line, ASTMethod method, ASTArguments arguments) ASTExprCallMethod(int line, ASTMethod method, ASTArguments arguments, boolean parentDispatch) -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprCallMethod
-
ASTExprCallMethod
public ASTExprCallMethod(int line, ASTMethod method, ASTArguments arguments, boolean parentDispatch)
-
-
Method Details
-
method
-
arguments
-
isParentDispatch
public boolean isParentDispatch() -
lpcType
- Specified by:
lpcTypein classASTExpression
-