Class MCFullGenericTypesScopesGenitorDelegator
- java.lang.Object
-
- de.monticore.types.mcfullgenerictypes._symboltable.MCFullGenericTypesScopesGenitorDelegator
-
public class MCFullGenericTypesScopesGenitorDelegator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IMCFullGenericTypesGlobalScopeglobalScopeprotected java.util.Deque<IMCFullGenericTypesScope>scopeStackprotected MCFullGenericTypesScopesGenitorsymbolTableprotected MCFullGenericTypesTraversertraverser
-
Constructor Summary
Constructors Constructor Description MCFullGenericTypesScopesGenitorDelegator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMCFullGenericTypesArtifactScopecreateFromAST(ASTMCWildcardTypeArgument rootNode)
-
-
-
Field Detail
-
scopeStack
protected java.util.Deque<IMCFullGenericTypesScope> scopeStack
-
symbolTable
protected final MCFullGenericTypesScopesGenitor symbolTable
-
globalScope
protected IMCFullGenericTypesGlobalScope globalScope
-
traverser
protected MCFullGenericTypesTraverser traverser
-
-
Method Detail
-
createFromAST
public IMCFullGenericTypesArtifactScope createFromAST(ASTMCWildcardTypeArgument rootNode)
-
-