polyglot.ext.coffer.types
Interface CofferSubst

All Superinterfaces:
java.io.Serializable, Subst
All Known Implementing Classes:
CofferSubst_c

public interface CofferSubst
extends Subst


Method Summary
 Key get(Key formal)
           
 void put(Key formal, Key actual)
           
 Key substKey(Key key)
           
 KeySet substKeySet(KeySet key)
           
 ThrowConstraint substThrowConstraint(ThrowConstraint c)
           
 java.util.List substThrowConstraintList(java.util.List l)
           
 
Methods inherited from interface polyglot.ext.param.types.Subst
entries, substConstructor, substConstructorList, substField, substFieldList, substitutions, substMethod, substMethodList, substPClass, substType, substTypeList, typeSystem
 

Method Detail

substKey

Key substKey(Key key)

substKeySet

KeySet substKeySet(KeySet key)

substThrowConstraint

ThrowConstraint substThrowConstraint(ThrowConstraint c)

substThrowConstraintList

java.util.List substThrowConstraintList(java.util.List l)

get

Key get(Key formal)

put

void put(Key formal,
         Key actual)