antlr
Class StringLiteralSymbol

java.lang.Object
  |
  +--antlr.GrammarSymbol
        |
        +--antlr.TokenSymbol
              |
              +--antlr.StringLiteralSymbol

class StringLiteralSymbol
extends TokenSymbol


Field Summary
protected  String ASTNodeType
          Set to a value in the tokens {...} section
protected  String id
           
protected  String label
           
protected  String paraphrase
          describes what token matches in "human terms"
protected  int ttype
           
 
Constructor Summary
StringLiteralSymbol(String r)
           
 
Method Summary
 String getASTNodeType()
           
 String getId()
           
 String getLabel()
           
 String getParaphrase()
           
 int getTokenType()
           
 void setASTNodeType(String type)
           
 void setId(String s)
           
 void setLabel(String label)
           
 void setParaphrase(String p)
           
 void setTokenType(int t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected String label

ttype

protected int ttype

paraphrase

protected String paraphrase
describes what token matches in "human terms"


ASTNodeType

protected String ASTNodeType
Set to a value in the tokens {...} section


id

protected String id
Constructor Detail

StringLiteralSymbol

public StringLiteralSymbol(String r)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getASTNodeType

public String getASTNodeType()

setASTNodeType

public void setASTNodeType(String type)

getParaphrase

public String getParaphrase()

getTokenType

public int getTokenType()

setParaphrase

public void setParaphrase(String p)

setTokenType

public void setTokenType(int t)

getId

public String getId()

setId

public void setId(String s)


comments?