ppg.atoms
Class PrecedenceModifier
java.lang.Object
ppg.atoms.GrammarPart
ppg.atoms.PrecedenceModifier
- All Implemented Interfaces:
- Unparse, Equatable
public class PrecedenceModifier
- extends GrammarPart
- implements Equatable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
terminalName
protected java.lang.String terminalName
PrecedenceModifier
public PrecedenceModifier(java.lang.String terminalName)
getTerminalName
public java.lang.String getTerminalName()
clone
public java.lang.Object clone()
- Specified by:
clone
in class GrammarPart
unparse
public void unparse(CodeWriter cw)
- Description copied from interface:
Unparse
- Write a human-readable representation of the parse tree
- Specified by:
unparse
in interface Unparse
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object