class RuleSymbol extends GrammarSymbol
Modifier and Type | Field and Description |
---|---|
(package private) String |
access |
(package private) RuleBlock |
block |
(package private) String |
comment |
(package private) boolean |
defined |
(package private) Vector |
references |
id
Constructor and Description |
---|
RuleSymbol(String r) |
Modifier and Type | Method and Description |
---|---|
void |
addReference(RuleRefElement e) |
RuleBlock |
getBlock() |
RuleRefElement |
getReference(int i) |
boolean |
isDefined() |
int |
numReferences() |
void |
setBlock(RuleBlock rb) |
void |
setDefined() |
getId, setId
RuleBlock block
boolean defined
Vector references
String access
String comment
public RuleSymbol(String r)
public void addReference(RuleRefElement e)
public RuleBlock getBlock()
public RuleRefElement getReference(int i)
public boolean isDefined()
public int numReferences()
public void setBlock(RuleBlock rb)
public void setDefined()