Class MCCommonStatementsParserInfo
java.lang.Object
de.monticore.statements.mccommonstatements._parser.MCCommonStatementsParserInfo
- Direct Known Subclasses:
EmptyMCCommonStatementsParserInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) protected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameCondition(int state) protected boolean_stateHasUsageNameConstant(int state) protected boolean_stateHasUsageNameDeclarator(int state) protected boolean_stateHasUsageNameElseStatement(int state) protected boolean_stateHasUsageNameEnumConstant(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameForControl(int state) protected boolean_stateHasUsageNameForInit(int state) protected boolean_stateHasUsageNameForInitByExpressions(int state) protected boolean_stateHasUsageNameFormalParameter(int state) protected boolean_stateHasUsageNameJavaModifier(int state) protected boolean_stateHasUsageNameLocalVariableDeclaration(int state) protected boolean_stateHasUsageNameMCBlockStatement(int state) protected boolean_stateHasUsageNameMCStatement(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameSwitchBlockStatementGroup(int state) protected boolean_stateHasUsageNameSwitchLabel(int state) protected boolean_stateHasUsageNameThenStatement(int state) protected static MCCommonStatementsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCCommonStatementsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameCondition(int state) static booleanstateHasUsageNameConstant(int state) static booleanstateHasUsageNameDeclarator(int state) static booleanstateHasUsageNameElseStatement(int state) static booleanstateHasUsageNameEnumConstant(int state) static booleanstateHasUsageNameExpression(int state) static booleanstateHasUsageNameForControl(int state) static booleanstateHasUsageNameForInit(int state) static booleanstateHasUsageNameForInitByExpressions(int state) static booleanstateHasUsageNameFormalParameter(int state) static booleanstateHasUsageNameJavaModifier(int state) static booleanstateHasUsageNameLocalVariableDeclaration(int state) static booleanstateHasUsageNameMCBlockStatement(int state) static booleanstateHasUsageNameMCStatement(int state) static booleanstateHasUsageNameMCType(int state) static booleanstateHasUsageNameSwitchBlockStatementGroup(int state) static booleanstateHasUsageNameSwitchLabel(int state) static booleanstateHasUsageNameThenStatement(int state)
-
Field Details
-
statesWithUsageNameMCBlockStatement
-
statesWithUsageNameCondition
-
statesWithUsageNameThenStatement
-
statesWithUsageNameElseStatement
-
statesWithUsageNameForControl
-
statesWithUsageNameMCStatement
-
statesWithUsageNameForInit
-
statesWithUsageNameExpression
-
statesWithUsageNameForInitByExpressions
-
statesWithUsageNameLocalVariableDeclaration
-
statesWithUsageNameFormalParameter
-
statesWithUsageNameJavaModifier
-
statesWithUsageNameMCType
-
statesWithUsageNameDeclarator
-
statesWithUsageNameSwitchBlockStatementGroup
-
statesWithUsageNameSwitchLabel
-
statesWithUsageNameConstant
-
statesWithUsageNameEnumConstant
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCCommonStatementsParserInfo
public MCCommonStatementsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameMCBlockStatement
public static boolean stateHasUsageNameMCBlockStatement(int state) -
_stateHasUsageNameMCBlockStatement
protected boolean _stateHasUsageNameMCBlockStatement(int state) -
stateHasUsageNameCondition
public static boolean stateHasUsageNameCondition(int state) -
_stateHasUsageNameCondition
protected boolean _stateHasUsageNameCondition(int state) -
stateHasUsageNameThenStatement
public static boolean stateHasUsageNameThenStatement(int state) -
_stateHasUsageNameThenStatement
protected boolean _stateHasUsageNameThenStatement(int state) -
stateHasUsageNameElseStatement
public static boolean stateHasUsageNameElseStatement(int state) -
_stateHasUsageNameElseStatement
protected boolean _stateHasUsageNameElseStatement(int state) -
stateHasUsageNameForControl
public static boolean stateHasUsageNameForControl(int state) -
_stateHasUsageNameForControl
protected boolean _stateHasUsageNameForControl(int state) -
stateHasUsageNameMCStatement
public static boolean stateHasUsageNameMCStatement(int state) -
_stateHasUsageNameMCStatement
protected boolean _stateHasUsageNameMCStatement(int state) -
stateHasUsageNameForInit
public static boolean stateHasUsageNameForInit(int state) -
_stateHasUsageNameForInit
protected boolean _stateHasUsageNameForInit(int state) -
stateHasUsageNameExpression
public static boolean stateHasUsageNameExpression(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
stateHasUsageNameForInitByExpressions
public static boolean stateHasUsageNameForInitByExpressions(int state) -
_stateHasUsageNameForInitByExpressions
protected boolean _stateHasUsageNameForInitByExpressions(int state) -
stateHasUsageNameLocalVariableDeclaration
public static boolean stateHasUsageNameLocalVariableDeclaration(int state) -
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state) -
stateHasUsageNameFormalParameter
public static boolean stateHasUsageNameFormalParameter(int state) -
_stateHasUsageNameFormalParameter
protected boolean _stateHasUsageNameFormalParameter(int state) -
stateHasUsageNameJavaModifier
public static boolean stateHasUsageNameJavaModifier(int state) -
_stateHasUsageNameJavaModifier
protected boolean _stateHasUsageNameJavaModifier(int state) -
stateHasUsageNameMCType
public static boolean stateHasUsageNameMCType(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
stateHasUsageNameDeclarator
public static boolean stateHasUsageNameDeclarator(int state) -
_stateHasUsageNameDeclarator
protected boolean _stateHasUsageNameDeclarator(int state) -
stateHasUsageNameSwitchBlockStatementGroup
public static boolean stateHasUsageNameSwitchBlockStatementGroup(int state) -
_stateHasUsageNameSwitchBlockStatementGroup
protected boolean _stateHasUsageNameSwitchBlockStatementGroup(int state) -
stateHasUsageNameSwitchLabel
public static boolean stateHasUsageNameSwitchLabel(int state) -
_stateHasUsageNameSwitchLabel
protected boolean _stateHasUsageNameSwitchLabel(int state) -
stateHasUsageNameConstant
public static boolean stateHasUsageNameConstant(int state) -
_stateHasUsageNameConstant
protected boolean _stateHasUsageNameConstant(int state) -
stateHasUsageNameEnumConstant
public static boolean stateHasUsageNameEnumConstant(int state) -
_stateHasUsageNameEnumConstant
protected boolean _stateHasUsageNameEnumConstant(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-