Constructor and Description |
---|
SpaceSpecifier(boolean startsReferenceArea)
Creates a new SpaceSpecifier.
|
Modifier and Type | Method and Description |
---|---|
void |
addSpace(SpaceVal space)
Add a new space to the sequence.
|
void |
clear()
Clear all space specifiers
|
Object |
clone() |
boolean |
hasSpaces()
Indicates whether any space-specifiers have been added.
|
MinOptMax |
resolve(boolean endsReferenceArea)
Resolve the current sequence of space-specifiers, accounting for forcing values.
|
String |
toString() |
public SpaceSpecifier(boolean startsReferenceArea)
startsReferenceArea
- true if it starts a new reference areapublic void clear()
public boolean hasSpaces()
public void addSpace(SpaceVal space)
space
- the space to add.public MinOptMax resolve(boolean endsReferenceArea)
endsReferenceArea
- whether the sequence should be resolved at the trailing edge of
reference area.Copyright © 2025 Apache Software Foundation. All rights reserved.