polyglot.ext.ibex.types
Interface Terminal

All Superinterfaces:
java.lang.Cloneable, Copy, FieldInstance, MemberInstance, java.io.Serializable, Symbol, TypeObject, VarInstance
All Known Implementing Classes:
Terminal_c

public interface Terminal
extends FieldInstance, Symbol


Method Summary
 boolean isEOF()
           
 
Methods inherited from interface polyglot.types.FieldInstance
constantValue, container, flags, name, setConstantValue, type
 
Methods inherited from interface polyglot.types.VarInstance
constantValue, flags, isConstant, name, setType, type
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags
 
Methods inherited from interface polyglot.ext.ibex.types.Symbol
name, symbolType
 

Method Detail

isEOF

public boolean isEOF()