jif.types
Class JifPlaceHolder_c
java.lang.Object
polyglot.ext.jl.types.PlaceHolder_c
jif.types.JifPlaceHolder_c
- All Implemented Interfaces:
- polyglot.types.PlaceHolder, java.io.Serializable
- public class JifPlaceHolder_c
- extends polyglot.ext.jl.types.PlaceHolder_c
- implements polyglot.types.PlaceHolder
A place holder type used to serialize types that cannot be serialized.
- See Also:
- Serialized Form
Method Summary |
polyglot.types.TypeObject |
resolve(polyglot.types.TypeSystem ts)
|
java.lang.String |
toString()
|
Methods inherited from class polyglot.ext.jl.types.PlaceHolder_c |
translate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JifPlaceHolder_c
public JifPlaceHolder_c()
JifPlaceHolder_c
public JifPlaceHolder_c(polyglot.types.Type t)
resolve
public polyglot.types.TypeObject resolve(polyglot.types.TypeSystem ts)
- Specified by:
resolve
in interface polyglot.types.PlaceHolder
toString
public java.lang.String toString()