org.objectweb.jac.core.parsers.acc
Class Terminal

java.lang.Object
  |
  +--org.objectweb.jac.core.parsers.acc.SyntaxElement
        |
        +--org.objectweb.jac.core.parsers.acc.Terminal

public class Terminal
extends SyntaxElement

Represents a terminal token


Constructor Summary
Terminal(String name, String value, int left, int right)
           
 
Method Summary
 String getValue()
           
 String toString()
           
 
Methods inherited from class org.objectweb.jac.core.parsers.acc.SyntaxElement
findParent, getLeft, getName, getParent, getRight, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Terminal

public Terminal(String name,
                String value,
                int left,
                int right)
Method Detail

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class SyntaxElement