antlr

Class ParseTreeToken

public class ParseTreeToken extends ParseTree

Field Summary
protected Tokentoken
Constructor Summary
ParseTreeToken(Token token)
Method Summary
protected intgetLeftmostDerivation(StringBuffer buf, int step)
StringtoString()

Field Detail

token

protected Token token

Constructor Detail

ParseTreeToken

public ParseTreeToken(Token token)

Method Detail

getLeftmostDerivation

protected int getLeftmostDerivation(StringBuffer buf, int step)

toString

public String toString()