Interface IMCLiteralsBasisTypeDispatcher
- All Known Subinterfaces:
IAssignmentExpressionsTypeDispatcher,IBitExpressionsTypeDispatcher,ICardinalityTypeDispatcher,ICommonExpressionsTypeDispatcher,ICompSymbolsTypeDispatcher,IExpressionsBasisTypeDispatcher,IGrammar_WithConceptsTypeDispatcher,IGrammarTypeDispatcher,IJavaClassExpressionsTypeDispatcher,IJavaLightTypeDispatcher,ILambdaExpressionsTypeDispatcher,IMCArrayStatementsTypeDispatcher,IMCAssertStatementsTypeDispatcher,IMCCommonLiteralsTypeDispatcher,IMCCommonStatementsTypeDispatcher,IMCCommonTypeDispatcher,IMCExceptionStatementsTypeDispatcher,IMCFullJavaStatementsTypeDispatcher,IMCJavaLiteralsTypeDispatcher,IMCReturnStatementsTypeDispatcher,IMCSynchronizedStatementsTypeDispatcher,IMCVarDeclarationStatementsTypeDispatcher,IOCLExpressionsTypeDispatcher,IODRulesTypeDispatcher,IOptionalOperatorsTypeDispatcher,IRegExTypeTypeDispatcher,IRegularExpressionsTypeDispatcher,ISetExpressionsTypeDispatcher,ISIUnitLiteralsTypeDispatcher,ISIUnitsTypeDispatcher,ISIUnitTypes4ComputingTypeDispatcher,ISIUnitTypes4MathTypeDispatcher,IStreamExpressionsTypeDispatcher,ITagSchemaTypeDispatcher,ITagsTypeDispatcher,ITFBasisExtsTypeDispatcher,ITFCommonsTypeDispatcher,ITupleExpressionsTypeDispatcher,IUglyExpressionsTypeDispatcher,IUMLModifierTypeDispatcher,IUMLStereotypeTypeDispatcher
- All Known Implementing Classes:
AssignmentExpressionsTypeDispatcher,BitExpressionsTypeDispatcher,CardinalityTypeDispatcher,CommonExpressionsTypeDispatcher,CompSymbolsTypeDispatcher,ExpressionsBasisTypeDispatcher,Grammar_WithConceptsTypeDispatcher,GrammarTypeDispatcher,JavaClassExpressionsTypeDispatcher,JavaLightTypeDispatcher,LambdaExpressionsTypeDispatcher,MCArrayStatementsTypeDispatcher,MCAssertStatementsTypeDispatcher,MCCommonLiteralsTypeDispatcher,MCCommonStatementsTypeDispatcher,MCCommonTypeDispatcher,MCExceptionStatementsTypeDispatcher,MCFullJavaStatementsTypeDispatcher,MCJavaLiteralsTypeDispatcher,MCLiteralsBasisTypeDispatcher,MCReturnStatementsTypeDispatcher,MCSynchronizedStatementsTypeDispatcher,MCVarDeclarationStatementsTypeDispatcher,OCLExpressionsTypeDispatcher,ODRulesTypeDispatcher,OptionalOperatorsTypeDispatcher,RegExTypeTypeDispatcher,RegularExpressionsTypeDispatcher,SetExpressionsTypeDispatcher,SIUnitLiteralsTypeDispatcher,SIUnitsTypeDispatcher,SIUnitTypes4ComputingTypeDispatcher,SIUnitTypes4MathTypeDispatcher,StreamExpressionsTypeDispatcher,TagSchemaTypeDispatcher,TagsTypeDispatcher,TFBasisExtsTypeDispatcher,TFCommonsTypeDispatcher,TupleExpressionsTypeDispatcher,UglyExpressionsTypeDispatcher,UMLModifierTypeDispatcher,UMLStereotypeTypeDispatcher
public interface IMCLiteralsBasisTypeDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionasMCLiteralsBasisASTLiteral(de.monticore.ast.ASTNode node) asMCLiteralsBasisASTMCLiteralsBasisNode(de.monticore.ast.ASTNode node) asMCLiteralsBasisIMCLiteralsBasisArtifactScope(de.monticore.symboltable.IScope scope) asMCLiteralsBasisIMCLiteralsBasisGlobalScope(de.monticore.symboltable.IScope scope) asMCLiteralsBasisIMCLiteralsBasisScope(de.monticore.symboltable.IScope scope) asMCLiteralsBasisMCLiteralsBasisLiterals(de.monticore.ast.ASTNode node) booleanisMCLiteralsBasisASTLiteral(de.monticore.ast.ASTNode node) booleanisMCLiteralsBasisASTMCLiteralsBasisNode(de.monticore.ast.ASTNode node) booleanisMCLiteralsBasisIMCLiteralsBasisArtifactScope(de.monticore.symboltable.IScope scope) booleanisMCLiteralsBasisIMCLiteralsBasisGlobalScope(de.monticore.symboltable.IScope scope) booleanisMCLiteralsBasisIMCLiteralsBasisScope(de.monticore.symboltable.IScope scope) booleanisMCLiteralsBasisMCLiteralsBasisLiterals(de.monticore.ast.ASTNode node)
-
Method Details
-
isMCLiteralsBasisASTLiteral
boolean isMCLiteralsBasisASTLiteral(de.monticore.ast.ASTNode node) -
asMCLiteralsBasisASTLiteral
-
isMCLiteralsBasisMCLiteralsBasisLiterals
boolean isMCLiteralsBasisMCLiteralsBasisLiterals(de.monticore.ast.ASTNode node) -
asMCLiteralsBasisMCLiteralsBasisLiterals
-
isMCLiteralsBasisASTMCLiteralsBasisNode
boolean isMCLiteralsBasisASTMCLiteralsBasisNode(de.monticore.ast.ASTNode node) -
asMCLiteralsBasisASTMCLiteralsBasisNode
-
isMCLiteralsBasisIMCLiteralsBasisScope
boolean isMCLiteralsBasisIMCLiteralsBasisScope(de.monticore.symboltable.IScope scope) -
asMCLiteralsBasisIMCLiteralsBasisScope
-
isMCLiteralsBasisIMCLiteralsBasisGlobalScope
boolean isMCLiteralsBasisIMCLiteralsBasisGlobalScope(de.monticore.symboltable.IScope scope) -
asMCLiteralsBasisIMCLiteralsBasisGlobalScope
IMCLiteralsBasisGlobalScope asMCLiteralsBasisIMCLiteralsBasisGlobalScope(de.monticore.symboltable.IScope scope) -
isMCLiteralsBasisIMCLiteralsBasisArtifactScope
boolean isMCLiteralsBasisIMCLiteralsBasisArtifactScope(de.monticore.symboltable.IScope scope) -
asMCLiteralsBasisIMCLiteralsBasisArtifactScope
IMCLiteralsBasisArtifactScope asMCLiteralsBasisIMCLiteralsBasisArtifactScope(de.monticore.symboltable.IScope scope)
-