Class TFCommonsParserInfoForJavaClassExpressions
java.lang.Object
de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
de.monticore.expressions.javaclassexpressions._parser.EmptyJavaClassExpressionsParserInfo
de.monticore.tf.tfcommons._parser._auxiliary.TFCommonsParserInfoForJavaClassExpressions
-
Field Summary
Fields inherited from class de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
delegate, statesDefiningName, statesWithUsageNameArguments, statesWithUsageNameExpression, statesWithUsageNameGenericInvocationSuffix, statesWithUsageNameLocalVariableDeclaration, statesWithUsageNameMCReturnType, statesWithUsageNameMCTypeArgument, statesWithUsageNameName, statesWithUsageNamePattern, statesWithUsageNamePrimaryGenericInvocationExpression, statesWithUsageNameSuperSuffix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameAssign(int state) protected boolean_stateHasUsageNameConstraint(int state) protected boolean_stateHasUsageNameFoldingSet(int state) protected boolean_stateHasUsageNameIdentifierSchema(int state) protected boolean_stateHasUsageNameIdentifierToken(int state) protected boolean_stateHasUsageNameITFPart(int state) protected boolean_stateHasUsageNameMCImportStatement(int state) protected boolean_stateHasUsageNameMCJavaBlock(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameNewIdentifierSchema(int state) protected boolean_stateHasUsageNameNewIdentifierToken(int state) protected boolean_stateHasUsageNameObjectNames(int state) protected boolean_stateHasUsageNamePackage(int state) protected boolean_stateHasUsageNameTFAssignments(int state) protected boolean_stateHasUsageNameTFDo(int state) protected boolean_stateHasUsageNameTFFolding(int state) protected boolean_stateHasUsageNameTFUndo(int state) protected boolean_stateHasUsageNameTFWhere(int state) protected boolean_stateHasUsageNameValue(int state) protected boolean_stateHasUsageNameVariable(int state) Methods inherited from class de.monticore.expressions.javaclassexpressions._parser.EmptyJavaClassExpressionsParserInfo
_stateHasUsageNameArguments, _stateHasUsageNameExpression, _stateHasUsageNameGenericInvocationSuffix, _stateHasUsageNameLocalVariableDeclaration, _stateHasUsageNameMCReturnType, _stateHasUsageNameMCTypeArgument, _stateHasUsageNamePattern, _stateHasUsageNamePrimaryGenericInvocationExpression, _stateHasUsageNameSuperSuffixMethods inherited from class de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameArguments, stateHasUsageNameExpression, stateHasUsageNameGenericInvocationSuffix, stateHasUsageNameLocalVariableDeclaration, stateHasUsageNameMCReturnType, stateHasUsageNameMCTypeArgument, stateHasUsageNameName, stateHasUsageNamePattern, stateHasUsageNamePrimaryGenericInvocationExpression, stateHasUsageNameSuperSuffix
-
Constructor Details
-
TFCommonsParserInfoForJavaClassExpressions
public TFCommonsParserInfoForJavaClassExpressions()
-
-
Method Details
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) - Overrides:
_stateHasUsageNameNamein classEmptyJavaClassExpressionsParserInfo
-
_stateHasUsageNameIdentifierToken
protected boolean _stateHasUsageNameIdentifierToken(int state) -
_stateHasUsageNameIdentifierSchema
protected boolean _stateHasUsageNameIdentifierSchema(int state) -
_stateHasUsageNameNewIdentifierToken
protected boolean _stateHasUsageNameNewIdentifierToken(int state) -
_stateHasUsageNameNewIdentifierSchema
protected boolean _stateHasUsageNameNewIdentifierSchema(int state) -
_stateHasUsageNameFoldingSet
protected boolean _stateHasUsageNameFoldingSet(int state) -
_stateHasUsageNameObjectNames
protected boolean _stateHasUsageNameObjectNames(int state) -
_stateHasUsageNameAssign
protected boolean _stateHasUsageNameAssign(int state) -
_stateHasUsageNameVariable
protected boolean _stateHasUsageNameVariable(int state) -
_stateHasUsageNameValue
protected boolean _stateHasUsageNameValue(int state) -
_stateHasUsageNameConstraint
protected boolean _stateHasUsageNameConstraint(int state) -
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state) -
_stateHasUsageNameITFPart
protected boolean _stateHasUsageNameITFPart(int state) -
_stateHasUsageNameTFFolding
protected boolean _stateHasUsageNameTFFolding(int state) -
_stateHasUsageNameTFAssignments
protected boolean _stateHasUsageNameTFAssignments(int state) -
_stateHasUsageNameTFWhere
protected boolean _stateHasUsageNameTFWhere(int state) -
_stateHasUsageNameTFDo
protected boolean _stateHasUsageNameTFDo(int state) -
_stateHasUsageNameTFUndo
protected boolean _stateHasUsageNameTFUndo(int state) -
_stateHasUsageNamePackage
protected boolean _stateHasUsageNamePackage(int state) -
_stateHasUsageNameMCImportStatement
protected boolean _stateHasUsageNameMCImportStatement(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyJavaClassExpressionsParserInfo
-