public abstract class SyntaxicScheme.AbstractParallelElementGroup extends SyntaxicScheme.AbstractElementGroup
Modifier and Type | Field and Description |
---|---|
protected boolean |
multiple |
authorizeEmptyElements, elements
Constructor and Description |
---|
AbstractParallelElementGroup(boolean authorizeEmptyElements,
boolean multiple) |
Modifier and Type | Method and Description |
---|---|
boolean |
elementsAreUnique() |
int |
height()
Sums all elements heights.
|
int |
heightAbove()
First element's height above.
|
int |
length()
Max elements length.
|
addElement, compress, equals, hashCode, isAuthorizeEmptyElements, isEmpty
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
render
public AbstractParallelElementGroup(boolean authorizeEmptyElements, boolean multiple)
public int length()
public int heightAbove()
public int height()
public boolean elementsAreUnique()
elementsAreUnique
in class SyntaxicScheme.AbstractElementGroup