Package org.jboss.byteman.rule.grammar
Class PrintableSymbol
- java.lang.Object
-
- java_cup.runtime.Symbol
-
- org.jboss.byteman.rule.grammar.PrintableSymbol
-
public class PrintableSymbol extends java_cup.runtime.Symbol
Subclass of Symbol which knows how to print itself symbolically rather than as a numeric symbol type
-
-
Constructor Summary
Constructors Constructor Description PrintableSymbol(int id, java.lang.Object o)
PrintableSymbol(int id, java.lang.String file, int l, int r)
PrintableSymbol(int id, java.lang.String file, int l, int r, java.lang.Object o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPos()
java.lang.String
toString()
-