| Constructor and Description |
|---|
Context(JvmTypeReference expectedType,
ClassFinder classFinder,
Map<String,JvmIdentifiableElement> visibleFeatures,
Set<XExpression> alreadyEvaluating) |
| Modifier and Type | Method and Description |
|---|---|
Context |
cloneWithExpectation(JvmTypeReference newExpectation) |
boolean |
equals(Object obj) |
Set<XExpression> |
getAlreadyEvaluating() |
ClassFinder |
getClassFinder() |
JvmTypeReference |
getExpectedType() |
Map<String,JvmIdentifiableElement> |
getVisibleFeatures() |
int |
hashCode() |
String |
toString() |
public Context(JvmTypeReference expectedType, ClassFinder classFinder, Map<String,JvmIdentifiableElement> visibleFeatures, Set<XExpression> alreadyEvaluating)
public Context cloneWithExpectation(JvmTypeReference newExpectation)
@Pure public JvmTypeReference getExpectedType()
@Pure public ClassFinder getClassFinder()
@Pure public Map<String,JvmIdentifiableElement> getVisibleFeatures()
@Pure public Set<XExpression> getAlreadyEvaluating()
Copyright © 2015. All Rights Reserved.