|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.GrammarSymbol
antlr.RuleSymbol
class RuleSymbol
| Field Summary | |
|---|---|
(package private) String |
access
|
(package private) RuleBlock |
block
|
(package private) String |
comment
|
(package private) boolean |
defined
|
(package private) Vector |
references
|
| Fields inherited from class antlr.GrammarSymbol |
|---|
id |
| Constructor Summary | |
|---|---|
RuleSymbol(String r)
|
|
| Method Summary | |
|---|---|
void |
addReference(RuleRefElement e)
|
RuleBlock |
getBlock()
|
RuleRefElement |
getReference(int i)
|
boolean |
isDefined()
|
int |
numReferences()
|
void |
setBlock(RuleBlock rb)
|
void |
setDefined()
|
| Methods inherited from class antlr.GrammarSymbol |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
RuleBlock block
boolean defined
Vector references
String access
String comment
| Constructor Detail |
|---|
public RuleSymbol(String r)
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||