antlr
Class RuleSymbol

java.lang.Object
  |
  +--antlr.GrammarSymbol
        |
        +--antlr.RuleSymbol

class RuleSymbol
extends GrammarSymbol


Field Summary
(package private)  String access
           
(package private)  RuleBlock block
           
(package private)  String comment
           
(package private)  boolean defined
           
protected  String id
           
(package private)  Vector references
           
 
Constructor Summary
RuleSymbol(String r)
           
 
Method Summary
 void addReference(RuleRefElement e)
           
 RuleBlock getBlock()
           
 String getId()
           
 RuleRefElement getReference(int i)
           
 boolean isDefined()
           
 int numReferences()
           
 void setBlock(RuleBlock rb)
           
 void setDefined()
           
 void setId(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

RuleBlock block

defined

boolean defined

references

Vector references

access

String access

comment

String comment

id

protected String id
Constructor Detail

RuleSymbol

public RuleSymbol(String r)
Method Detail

addReference

public void addReference(RuleRefElement e)

getBlock

public RuleBlock getBlock()

getReference

public RuleRefElement getReference(int i)

isDefined

public boolean isDefined()

numReferences

public int numReferences()

setBlock

public void setBlock(RuleBlock rb)

setDefined

public void setDefined()

getId

public String getId()

setId

public void setId(String s)


comments?