jif.types
Class JifPlaceHolder_c

java.lang.Object
  extended bypolyglot.ext.jl.types.PlaceHolder_c
      extended byjif.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

Constructor Summary
JifPlaceHolder_c()
           
JifPlaceHolder_c(polyglot.types.Type t)
           
 
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
 

Constructor Detail

JifPlaceHolder_c

public JifPlaceHolder_c()

JifPlaceHolder_c

public JifPlaceHolder_c(polyglot.types.Type t)
Method Detail

resolve

public polyglot.types.TypeObject resolve(polyglot.types.TypeSystem ts)
Specified by:
resolve in interface polyglot.types.PlaceHolder

toString

public java.lang.String toString()