Class ContextInferenceManager.TypeAsEntry

java.lang.Object
gw.internal.gosu.parser.ContextInferenceManager.TypeAsEntry
Enclosing class:
ContextInferenceManager

private static class ContextInferenceManager.TypeAsEntry extends Object
  • Field Details

    • expr

      public Expression expr
    • originalType

      public IType originalType
    • inferredType

      public IType inferredType
    • loopCompromised

      public int loopCompromised
    • refs

      public ArrayList<Expression> refs
  • Constructor Details