Package gw.internal.gosu.parser
Class ContextInferenceManager.TypeAsEntry
- java.lang.Object
-
- gw.internal.gosu.parser.ContextInferenceManager.TypeAsEntry
-
- Enclosing class:
- ContextInferenceManager
private static class ContextInferenceManager.TypeAsEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ExpressionexprITypeinferredTypeintloopCompromisedITypeoriginalTypejava.util.ArrayList<Expression>refs
-
Constructor Summary
Constructors Modifier Constructor Description privateTypeAsEntry(Expression expr, IType originalType, IType newType)
-
-
-
Field Detail
-
expr
public Expression expr
-
originalType
public IType originalType
-
inferredType
public IType inferredType
-
loopCompromised
public int loopCompromised
-
refs
public java.util.ArrayList<Expression> refs
-
-
Constructor Detail
-
TypeAsEntry
private TypeAsEntry(Expression expr, IType originalType, IType newType)
-
-