polyglot.ext.ibex.lr
Class GLRTerminal

java.lang.Object
  extended bypolyglot.ext.ibex.lr.GLRSymbol
      extended bypolyglot.ext.ibex.lr.GLRTerminal
All Implemented Interfaces:
NFATerminal

public class GLRTerminal
extends polyglot.ext.ibex.lr.GLRSymbol
implements NFATerminal


Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 int index()
           
 java.lang.String name()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface polyglot.ext.ibex.lr.NFATerminal
index
 

Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

name

public java.lang.String name()

index

public int index()

toString

public java.lang.String toString()