protected static class AbstractPDAProvider.PDAState extends Object implements IPDAState
IPDAState.PDAStateType| Modifier and Type | Field and Description |
|---|---|
protected AbstractElement |
element |
protected Set<IPDAState> |
followers |
protected IPDAState.PDAStateType |
type |
| Constructor and Description |
|---|
AbstractPDAProvider.PDAState(IPDAState.PDAStateType type,
AbstractElement element) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPDAState> |
getFollowers() |
AbstractElement |
getGrammarElement() |
IPDAState.PDAStateType |
getType() |
String |
toString() |
protected AbstractElement element
protected IPDAState.PDAStateType type
public AbstractPDAProvider.PDAState(IPDAState.PDAStateType type, AbstractElement element)
public Collection<IPDAState> getFollowers()
getFollowers in interface IPDAStatepublic AbstractElement getGrammarElement()
getGrammarElement in interface IPDAStatepublic IPDAState.PDAStateType getType()
Copyright © 2015. All Rights Reserved.