Package gw.internal.gosu.parser
Class ContextInferenceManager.TypeAsContext
- java.lang.Object
-
- gw.internal.gosu.parser.ContextInferenceManager.TypeAsContext
-
- Enclosing class:
- ContextInferenceManager
private static class ContextInferenceManager.TypeAsContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ContextInferenceManager.TypeAsEntry>entriesStatementstmt
-
Constructor Summary
Constructors Modifier Constructor Description privateTypeAsContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmerge(ContextInferenceManager.TypeAsContext last)
-
-
-
Field Detail
-
stmt
public Statement stmt
-
entries
public java.util.List<ContextInferenceManager.TypeAsEntry> entries
-
-
Method Detail
-
merge
public void merge(ContextInferenceManager.TypeAsContext last)
-
-