|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.dynamicjava.symbol.StandardTypeSystem.SubstitutionMap
protected static class StandardTypeSystem.SubstitutionMap
| Field Summary | |
|---|---|
static StandardTypeSystem.SubstitutionMap |
EMPTY
|
| Constructor Summary | |
|---|---|
StandardTypeSystem.SubstitutionMap(java.lang.Iterable<? extends VariableType> vars,
java.lang.Iterable<? extends Type> values)
|
|
StandardTypeSystem.SubstitutionMap(java.util.Map<? extends VariableType,? extends Type> map)
|
|
| Method Summary | |
|---|---|
Type |
get(VariableType v)
|
boolean |
isEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StandardTypeSystem.SubstitutionMap EMPTY
| Constructor Detail |
|---|
public StandardTypeSystem.SubstitutionMap(java.lang.Iterable<? extends VariableType> vars,
java.lang.Iterable<? extends Type> values)
public StandardTypeSystem.SubstitutionMap(java.util.Map<? extends VariableType,? extends Type> map)
| Method Detail |
|---|
public boolean isEmpty()
public Type get(VariableType v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||