polyglot.ext.coffer.types
Class ParamKey_c

java.lang.Object
  extended bypolyglot.ext.jl.types.TypeObject_c
      extended bypolyglot.ext.coffer.types.Key_c
          extended bypolyglot.ext.coffer.types.ParamKey_c
All Implemented Interfaces:
java.lang.Cloneable, Copy, Key, ParamKey, java.io.Serializable, TypeObject

public class ParamKey_c
extends Key_c
implements ParamKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from class polyglot.ext.coffer.types.Key_c
name
 
Fields inherited from class polyglot.ext.jl.types.TypeObject_c
position, ts
 
Constructor Summary
ParamKey_c(TypeSystem ts, Position pos, java.lang.String name)
           
 
Methods inherited from class polyglot.ext.coffer.types.Key_c
equalsImpl, hashCode, isCanonical, name, name, toString
 
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.ext.coffer.types.Key
name
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Constructor Detail

ParamKey_c

public ParamKey_c(TypeSystem ts,
                  Position pos,
                  java.lang.String name)