Class ASTArguments
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTListNode<ASTArgument>
io.github.protasm.jvmud.compiler.parser.ast.ASTArguments
- All Implemented Interfaces:
Iterable<ASTArgument>
-
Field Summary
Fields inherited from class ASTListNode
nodes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ASTArguments
public ASTArguments(int line)
-