public abstract class Component extends TreeNode<Component>
Constructor and Description |
---|
Component()
Constructs a new Component.
|
Component(int size)
Constructs a new Component.
|
Modifier and Type | Method and Description |
---|---|
void |
registerLocals(Set<ParserLocal<? extends Object>> locals)
Called by a stream to register variables stored in the parsing context.
|
add, clone, find, getChildren, getFirst, getName, isDescendant, isSupportedChild, iterator, print, print, setName, size, sort, toParamString, toString, updateReferences
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Component()
public Component(int size)
size
- the initial child capacitypublic void registerLocals(Set<ParserLocal<? extends Object>> locals)
locals
- set of local variables