Package | Description |
---|---|
model.type |
Modifier and Type | Class and Description |
---|---|
class |
RefResState
A state that represents that a reference is resolved.
|
class |
RefUnResState
A state that represents that a reference is unresolved.
|
Modifier and Type | Field and Description |
---|---|
private AbstractRefState |
RegExRefPart.state
The state if the reference is resolved or not.
|
Modifier and Type | Method and Description |
---|---|
AbstractRefState |
RegExRefPart.getState()
Returns the field state.
|
Modifier and Type | Method and Description |
---|---|
void |
RegExRefPart.setState(AbstractRefState state)
Sets a new state.
|
Constructor and Description |
---|
RegExRefPart(AbstractRefState state)
Constructor, just sets fields.
|