Class Grammar_WithConceptsScopesGenitorDelegator
java.lang.Object
de.monticore.grammar.grammar_withconcepts._symboltable.Grammar_WithConceptsScopesGenitorDelegatorTOP
de.monticore.grammar.grammar_withconcepts._symboltable.Grammar_WithConceptsScopesGenitorDelegator
public class Grammar_WithConceptsScopesGenitorDelegator
extends Grammar_WithConceptsScopesGenitorDelegatorTOP
-
Field Summary
Fields inherited from class de.monticore.grammar.grammar_withconcepts._symboltable.Grammar_WithConceptsScopesGenitorDelegatorTOP
globalScope, scopeStack, symbolTable, traverser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromAST(ASTMCGrammar rootNode) Creates the symbol table starting from therootNodeand returns the first scope that was created.
-
Constructor Details
-
Grammar_WithConceptsScopesGenitorDelegator
public Grammar_WithConceptsScopesGenitorDelegator()
-
-
Method Details
-
createFromAST
Creates the symbol table starting from therootNodeand returns the first scope that was created.- Overrides:
createFromASTin classGrammar_WithConceptsScopesGenitorDelegatorTOP- Parameters:
rootNode- the root node- Returns:
- the first scope that was created
-