class RuleSymbol extends GrammarSymbol
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
access |
(package private) RuleBlock |
block |
(package private) java.lang.String |
comment |
(package private) boolean |
defined |
(package private) Vector |
references |
id
Constructor and Description |
---|
RuleSymbol(java.lang.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
java.lang.String access
java.lang.String comment
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()