polyglot.ext.ibex.lr
Class GLRTerminal

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

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


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.Label
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()