Class ASTMapNode<T>
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTMapNode<T>
- All Implemented Interfaces:
Iterable<T>
- Direct Known Subclasses:
ASTFields, ASTMethods
-
Field Summary
Fields -
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
-
Field Details
-
nodes
-
-
Constructor Details
-
ASTMapNode
public ASTMapNode(int line) -
ASTMapNode
-
-
Method Details
-
nodes
-
all
-
put
-
get
-
get
-
getAll
-
size
public int size() -
iterator
-