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