Interface IMCReturnStatementsTypeDispatcher
-
- All Superinterfaces:
IExpressionsBasisTypeDispatcher,IMCBasicsTypeDispatcher,IMCLiteralsBasisTypeDispatcher,IMCStatementsBasisTypeDispatcher
- All Known Subinterfaces:
IGrammar_WithConceptsTypeDispatcher,IJavaLightTypeDispatcher,IMCFullJavaStatementsTypeDispatcher,IODRulesTypeDispatcher,ITFBasisExtsTypeDispatcher,ITFCommonsTypeDispatcher
- All Known Implementing Classes:
Grammar_WithConceptsTypeDispatcher,JavaLightTypeDispatcher,MCFullJavaStatementsTypeDispatcher,MCReturnStatementsTypeDispatcher,ODRulesTypeDispatcher,TFBasisExtsTypeDispatcher,TFCommonsTypeDispatcher
public interface IMCReturnStatementsTypeDispatcher extends IMCStatementsBasisTypeDispatcher, IExpressionsBasisTypeDispatcher
-
-
Method Summary
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._util.IExpressionsBasisTypeDispatcher
asExpressionsBasisASTArguments, asExpressionsBasisASTExpression, asExpressionsBasisASTExpressionsBasisNode, asExpressionsBasisASTLiteralExpression, asExpressionsBasisASTNameExpression, asExpressionsBasisExpressionsBasisLiterals, asExpressionsBasisIExpressionsBasisArtifactScope, asExpressionsBasisIExpressionsBasisGlobalScope, asExpressionsBasisIExpressionsBasisScope, isExpressionsBasisASTArguments, isExpressionsBasisASTExpression, isExpressionsBasisASTExpressionsBasisNode, isExpressionsBasisASTLiteralExpression, isExpressionsBasisASTNameExpression, isExpressionsBasisExpressionsBasisLiterals, isExpressionsBasisIExpressionsBasisArtifactScope, isExpressionsBasisIExpressionsBasisGlobalScope, isExpressionsBasisIExpressionsBasisScope
-
Methods inherited from interface de.monticore.mcbasics._util.IMCBasicsTypeDispatcher
asMCBasicsASTMCBasicsNode, asMCBasicsIMCBasicsArtifactScope, asMCBasicsIMCBasicsGlobalScope, asMCBasicsIMCBasicsScope, asMCBasicsMCBasicsLiterals, isMCBasicsASTMCBasicsNode, isMCBasicsIMCBasicsArtifactScope, isMCBasicsIMCBasicsGlobalScope, isMCBasicsIMCBasicsScope, isMCBasicsMCBasicsLiterals
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._util.IMCLiteralsBasisTypeDispatcher
asMCLiteralsBasisASTLiteral, asMCLiteralsBasisASTMCLiteralsBasisNode, asMCLiteralsBasisIMCLiteralsBasisArtifactScope, asMCLiteralsBasisIMCLiteralsBasisGlobalScope, asMCLiteralsBasisIMCLiteralsBasisScope, asMCLiteralsBasisMCLiteralsBasisLiterals, isMCLiteralsBasisASTLiteral, isMCLiteralsBasisASTMCLiteralsBasisNode, isMCLiteralsBasisIMCLiteralsBasisArtifactScope, isMCLiteralsBasisIMCLiteralsBasisGlobalScope, isMCLiteralsBasisIMCLiteralsBasisScope, isMCLiteralsBasisMCLiteralsBasisLiterals
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._util.IMCStatementsBasisTypeDispatcher
asMCStatementsBasisASTMCBlockStatement, asMCStatementsBasisASTMCModifier, asMCStatementsBasisASTMCStatement, asMCStatementsBasisASTMCStatementsBasisNode, asMCStatementsBasisIMCStatementsBasisArtifactScope, asMCStatementsBasisIMCStatementsBasisGlobalScope, asMCStatementsBasisIMCStatementsBasisScope, asMCStatementsBasisMCStatementsBasisLiterals, isMCStatementsBasisASTMCBlockStatement, isMCStatementsBasisASTMCModifier, isMCStatementsBasisASTMCStatement, isMCStatementsBasisASTMCStatementsBasisNode, isMCStatementsBasisIMCStatementsBasisArtifactScope, isMCStatementsBasisIMCStatementsBasisGlobalScope, isMCStatementsBasisIMCStatementsBasisScope, isMCStatementsBasisMCStatementsBasisLiterals
-
-
-
-
Method Detail
-
isMCReturnStatementsASTReturnStatement
boolean isMCReturnStatementsASTReturnStatement(de.monticore.ast.ASTNode node)
-
asMCReturnStatementsASTReturnStatement
ASTReturnStatement asMCReturnStatementsASTReturnStatement(de.monticore.ast.ASTNode node)
-
isMCReturnStatementsMCReturnStatementsLiterals
boolean isMCReturnStatementsMCReturnStatementsLiterals(de.monticore.ast.ASTNode node)
-
asMCReturnStatementsMCReturnStatementsLiterals
MCReturnStatementsLiterals asMCReturnStatementsMCReturnStatementsLiterals(de.monticore.ast.ASTNode node)
-
isMCReturnStatementsASTMCReturnStatementsNode
boolean isMCReturnStatementsASTMCReturnStatementsNode(de.monticore.ast.ASTNode node)
-
asMCReturnStatementsASTMCReturnStatementsNode
ASTMCReturnStatementsNode asMCReturnStatementsASTMCReturnStatementsNode(de.monticore.ast.ASTNode node)
-
isMCReturnStatementsIMCReturnStatementsScope
boolean isMCReturnStatementsIMCReturnStatementsScope(de.monticore.symboltable.IScope scope)
-
asMCReturnStatementsIMCReturnStatementsScope
IMCReturnStatementsScope asMCReturnStatementsIMCReturnStatementsScope(de.monticore.symboltable.IScope scope)
-
isMCReturnStatementsIMCReturnStatementsGlobalScope
boolean isMCReturnStatementsIMCReturnStatementsGlobalScope(de.monticore.symboltable.IScope scope)
-
asMCReturnStatementsIMCReturnStatementsGlobalScope
IMCReturnStatementsGlobalScope asMCReturnStatementsIMCReturnStatementsGlobalScope(de.monticore.symboltable.IScope scope)
-
isMCReturnStatementsIMCReturnStatementsArtifactScope
boolean isMCReturnStatementsIMCReturnStatementsArtifactScope(de.monticore.symboltable.IScope scope)
-
asMCReturnStatementsIMCReturnStatementsArtifactScope
IMCReturnStatementsArtifactScope asMCReturnStatementsIMCReturnStatementsArtifactScope(de.monticore.symboltable.IScope scope)
-
-