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