|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.ext.jl.types.TypeObject_c
polyglot.ext.jl.types.VarInstance_c
polyglot.ext.jl.types.FieldInstance_c
polyglot.ext.ibex.types.Terminal_c
A Terminal can be used as a static field of type int.
Field Summary |
Fields inherited from class polyglot.ext.jl.types.FieldInstance_c |
container |
Fields inherited from class polyglot.ext.jl.types.VarInstance_c |
constantValue, flags, isConstant, name, type |
Fields inherited from class polyglot.ext.jl.types.TypeObject_c |
position, ts |
Constructor Summary | |
Terminal_c(IbexTypeSystem ts,
Position pos,
ParserType container,
Flags flags,
Type type,
java.lang.String name)
|
Method Summary | |
boolean |
isEOF()
|
Type |
symbolType()
|
java.lang.String |
toString()
|
Methods inherited from class polyglot.ext.jl.types.FieldInstance_c |
constantValue, container, container, equalsImpl, flags, isCanonical, name, setConstantValue, setType, type |
Methods inherited from class polyglot.ext.jl.types.VarInstance_c |
constantValue, flags, hashCode, isConstant, name, type |
Methods inherited from class polyglot.ext.jl.types.TypeObject_c |
copy, equals, position, typeSystem |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public Terminal_c(IbexTypeSystem ts, Position pos, ParserType container, Flags flags, Type type, java.lang.String name)
Method Detail |
public Type symbolType()
symbolType
in interface Symbol
public boolean isEOF()
isEOF
in interface Terminal
public java.lang.String toString()
toString
in class FieldInstance_c
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |