polyglot.ext.ibex.types
Interface Symbol

All Superinterfaces:
java.lang.Cloneable, Copy, MemberInstance, java.io.Serializable, TypeObject
All Known Subinterfaces:
Nonterminal, Terminal
All Known Implementing Classes:
Nonterminal_c, Terminal_c

public interface Symbol
extends MemberInstance


Method Summary
 java.lang.String name()
           
 Type symbolType()
           
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

name

public java.lang.String name()

symbolType

public Type symbolType()