Interface IAntlrTypeDispatcher
-
- All Known Subinterfaces:
IGrammar_WithConceptsTypeDispatcher
- All Known Implementing Classes:
AntlrTypeDispatcher,Grammar_WithConceptsTypeDispatcher
public interface IAntlrTypeDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AntlrLiteralsasAntlrAntlrLiterals(de.monticore.ast.ASTNode node)ASTAntlrLexerActionasAntlrASTAntlrLexerAction(de.monticore.ast.ASTNode node)ASTAntlrNodeasAntlrASTAntlrNode(de.monticore.ast.ASTNode node)ASTAntlrParserActionasAntlrASTAntlrParserAction(de.monticore.ast.ASTNode node)ASTConceptAntlrasAntlrASTConceptAntlr(de.monticore.ast.ASTNode node)ASTJavaCodeExtasAntlrASTJavaCodeExt(de.monticore.ast.ASTNode node)IAntlrArtifactScopeasAntlrIAntlrArtifactScope(de.monticore.symboltable.IScope scope)IAntlrGlobalScopeasAntlrIAntlrGlobalScope(de.monticore.symboltable.IScope scope)IAntlrScopeasAntlrIAntlrScope(de.monticore.symboltable.IScope scope)booleanisAntlrAntlrLiterals(de.monticore.ast.ASTNode node)booleanisAntlrASTAntlrLexerAction(de.monticore.ast.ASTNode node)booleanisAntlrASTAntlrNode(de.monticore.ast.ASTNode node)booleanisAntlrASTAntlrParserAction(de.monticore.ast.ASTNode node)booleanisAntlrASTConceptAntlr(de.monticore.ast.ASTNode node)booleanisAntlrASTJavaCodeExt(de.monticore.ast.ASTNode node)booleanisAntlrIAntlrArtifactScope(de.monticore.symboltable.IScope scope)booleanisAntlrIAntlrGlobalScope(de.monticore.symboltable.IScope scope)booleanisAntlrIAntlrScope(de.monticore.symboltable.IScope scope)
-
-
-
Method Detail
-
isAntlrASTConceptAntlr
boolean isAntlrASTConceptAntlr(de.monticore.ast.ASTNode node)
-
asAntlrASTConceptAntlr
ASTConceptAntlr asAntlrASTConceptAntlr(de.monticore.ast.ASTNode node)
-
isAntlrASTAntlrParserAction
boolean isAntlrASTAntlrParserAction(de.monticore.ast.ASTNode node)
-
asAntlrASTAntlrParserAction
ASTAntlrParserAction asAntlrASTAntlrParserAction(de.monticore.ast.ASTNode node)
-
isAntlrASTAntlrLexerAction
boolean isAntlrASTAntlrLexerAction(de.monticore.ast.ASTNode node)
-
asAntlrASTAntlrLexerAction
ASTAntlrLexerAction asAntlrASTAntlrLexerAction(de.monticore.ast.ASTNode node)
-
isAntlrASTJavaCodeExt
boolean isAntlrASTJavaCodeExt(de.monticore.ast.ASTNode node)
-
asAntlrASTJavaCodeExt
ASTJavaCodeExt asAntlrASTJavaCodeExt(de.monticore.ast.ASTNode node)
-
isAntlrAntlrLiterals
boolean isAntlrAntlrLiterals(de.monticore.ast.ASTNode node)
-
asAntlrAntlrLiterals
AntlrLiterals asAntlrAntlrLiterals(de.monticore.ast.ASTNode node)
-
isAntlrASTAntlrNode
boolean isAntlrASTAntlrNode(de.monticore.ast.ASTNode node)
-
asAntlrASTAntlrNode
ASTAntlrNode asAntlrASTAntlrNode(de.monticore.ast.ASTNode node)
-
isAntlrIAntlrScope
boolean isAntlrIAntlrScope(de.monticore.symboltable.IScope scope)
-
asAntlrIAntlrScope
IAntlrScope asAntlrIAntlrScope(de.monticore.symboltable.IScope scope)
-
isAntlrIAntlrGlobalScope
boolean isAntlrIAntlrGlobalScope(de.monticore.symboltable.IScope scope)
-
asAntlrIAntlrGlobalScope
IAntlrGlobalScope asAntlrIAntlrGlobalScope(de.monticore.symboltable.IScope scope)
-
isAntlrIAntlrArtifactScope
boolean isAntlrIAntlrArtifactScope(de.monticore.symboltable.IScope scope)
-
asAntlrIAntlrArtifactScope
IAntlrArtifactScope asAntlrIAntlrArtifactScope(de.monticore.symboltable.IScope scope)
-
-