Class MCBasicTypesScopesGenitorDelegator
- java.lang.Object
-
- de.monticore.types.mcbasictypes._symboltable.MCBasicTypesScopesGenitorDelegator
-
public class MCBasicTypesScopesGenitorDelegator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IMCBasicTypesGlobalScopeglobalScopeprotected java.util.Deque<IMCBasicTypesScope>scopeStackprotected MCBasicTypesScopesGenitorsymbolTableprotected MCBasicTypesTraversertraverser
-
Constructor Summary
Constructors Constructor Description MCBasicTypesScopesGenitorDelegator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMCBasicTypesArtifactScopecreateFromAST(ASTMCType rootNode)
-
-
-
Field Detail
-
scopeStack
protected java.util.Deque<IMCBasicTypesScope> scopeStack
-
symbolTable
protected final MCBasicTypesScopesGenitor symbolTable
-
globalScope
protected IMCBasicTypesGlobalScope globalScope
-
traverser
protected MCBasicTypesTraverser traverser
-
-
Method Detail
-
createFromAST
public IMCBasicTypesArtifactScope createFromAST(ASTMCType rootNode)
-
-