Class ASTExprInvokeLocal
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.ASTExprInvokeLocal
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTExprInvokeLocal(int line, ASTLocal local, String methodName, ASTArguments args) -
Method Summary
Modifier and TypeMethodDescriptionargs()Preferarguments()for consistency with other call expressions.local()lpcType()voidsetLPCType(LPCType lpcType) slot()Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprInvokeLocal
-
-
Method Details
-
local
-
slot
-
methodName
-
args
-
arguments
Preferarguments()for consistency with other call expressions. -
lpcType
- Specified by:
lpcTypein classASTExpression
-
setLPCType
-