Package de.monticore.javalight._parser
Class JavaLightParserInfo
- java.lang.Object
-
- de.monticore.javalight._parser.JavaLightParserInfo
-
- Direct Known Subclasses:
EmptyJavaLightParserInfo
public class JavaLightParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static JavaLightParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameAnnotationArgumentsprotected static java.util.Set<java.lang.Integer>statesWithUsageNameAnnotationNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameArrayInitprotected static java.util.Set<java.lang.Integer>statesWithUsageNameDeclaratorIdprotected static java.util.Set<java.lang.Integer>statesWithUsageNameElementValueprotected static java.util.Set<java.lang.Integer>statesWithUsageNameElementValueOrExprprotected static java.util.Set<java.lang.Integer>statesWithUsageNameElementValuePairprotected static java.util.Set<java.lang.Integer>statesWithUsageNameExpressionprotected static java.util.Set<java.lang.Integer>statesWithUsageNameFormalParameterprotected static java.util.Set<java.lang.Integer>statesWithUsageNameFormalParameterListingprotected static java.util.Set<java.lang.Integer>statesWithUsageNameFormalParametersprotected static java.util.Set<java.lang.Integer>statesWithUsageNameJavaModifierprotected static java.util.Set<java.lang.Integer>statesWithUsageNameLastFormalParameterprotected static java.util.Set<java.lang.Integer>statesWithUsageNameLocalVariableDeclarationprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCJavaBlockprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCModifierprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCQualifiedNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCReturnTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameThrowsprotected static java.util.Set<java.lang.Integer>statesWithUsageNameTypeParameters
-
Constructor Summary
Constructors Constructor Description JavaLightParserInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)protected boolean_stateDefinesName(int state)protected boolean_stateHasUsageNameAnnotationArguments(int state)protected boolean_stateHasUsageNameAnnotationName(int state)protected boolean_stateHasUsageNameArrayInit(int state)protected boolean_stateHasUsageNameDeclaratorId(int state)protected boolean_stateHasUsageNameElementValue(int state)protected boolean_stateHasUsageNameElementValueOrExpr(int state)protected boolean_stateHasUsageNameElementValuePair(int state)protected boolean_stateHasUsageNameExpression(int state)protected boolean_stateHasUsageNameFormalParameter(int state)protected boolean_stateHasUsageNameFormalParameterListing(int state)protected boolean_stateHasUsageNameFormalParameters(int state)protected boolean_stateHasUsageNameJavaModifier(int state)protected boolean_stateHasUsageNameLastFormalParameter(int state)protected boolean_stateHasUsageNameLocalVariableDeclaration(int state)protected boolean_stateHasUsageNameMCJavaBlock(int state)protected boolean_stateHasUsageNameMCModifier(int state)protected boolean_stateHasUsageNameMCQualifiedName(int state)protected boolean_stateHasUsageNameMCReturnType(int state)protected boolean_stateHasUsageNameMCType(int state)protected boolean_stateHasUsageNameName(int state)protected boolean_stateHasUsageNameThrows(int state)protected boolean_stateHasUsageNameTypeParameters(int state)protected static JavaLightParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(JavaLightParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameAnnotationArguments(int state)static booleanstateHasUsageNameAnnotationName(int state)static booleanstateHasUsageNameArrayInit(int state)static booleanstateHasUsageNameDeclaratorId(int state)static booleanstateHasUsageNameElementValue(int state)static booleanstateHasUsageNameElementValueOrExpr(int state)static booleanstateHasUsageNameElementValuePair(int state)static booleanstateHasUsageNameExpression(int state)static booleanstateHasUsageNameFormalParameter(int state)static booleanstateHasUsageNameFormalParameterListing(int state)static booleanstateHasUsageNameFormalParameters(int state)static booleanstateHasUsageNameJavaModifier(int state)static booleanstateHasUsageNameLastFormalParameter(int state)static booleanstateHasUsageNameLocalVariableDeclaration(int state)static booleanstateHasUsageNameMCJavaBlock(int state)static booleanstateHasUsageNameMCModifier(int state)static booleanstateHasUsageNameMCQualifiedName(int state)static booleanstateHasUsageNameMCReturnType(int state)static booleanstateHasUsageNameMCType(int state)static booleanstateHasUsageNameName(int state)static booleanstateHasUsageNameThrows(int state)static booleanstateHasUsageNameTypeParameters(int state)
-
-
-
Field Detail
-
statesWithUsageNameMCModifier
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCModifier
-
statesWithUsageNameTypeParameters
protected static java.util.Set<java.lang.Integer> statesWithUsageNameTypeParameters
-
statesWithUsageNameMCReturnType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCReturnType
-
statesWithUsageNameName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameName
-
statesWithUsageNameFormalParameters
protected static java.util.Set<java.lang.Integer> statesWithUsageNameFormalParameters
-
statesWithUsageNameThrows
protected static java.util.Set<java.lang.Integer> statesWithUsageNameThrows
-
statesWithUsageNameMCJavaBlock
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCJavaBlock
-
statesWithUsageNameLocalVariableDeclaration
protected static java.util.Set<java.lang.Integer> statesWithUsageNameLocalVariableDeclaration
-
statesWithUsageNameMCQualifiedName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCQualifiedName
-
statesWithUsageNameJavaModifier
protected static java.util.Set<java.lang.Integer> statesWithUsageNameJavaModifier
-
statesWithUsageNameMCType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCType
-
statesWithUsageNameDeclaratorId
protected static java.util.Set<java.lang.Integer> statesWithUsageNameDeclaratorId
-
statesWithUsageNameFormalParameter
protected static java.util.Set<java.lang.Integer> statesWithUsageNameFormalParameter
-
statesWithUsageNameLastFormalParameter
protected static java.util.Set<java.lang.Integer> statesWithUsageNameLastFormalParameter
-
statesWithUsageNameFormalParameterListing
protected static java.util.Set<java.lang.Integer> statesWithUsageNameFormalParameterListing
-
statesWithUsageNameAnnotationName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameAnnotationName
-
statesWithUsageNameAnnotationArguments
protected static java.util.Set<java.lang.Integer> statesWithUsageNameAnnotationArguments
-
statesWithUsageNameElementValuePair
protected static java.util.Set<java.lang.Integer> statesWithUsageNameElementValuePair
-
statesWithUsageNameElementValue
protected static java.util.Set<java.lang.Integer> statesWithUsageNameElementValue
-
statesWithUsageNameExpression
protected static java.util.Set<java.lang.Integer> statesWithUsageNameExpression
-
statesWithUsageNameElementValueOrExpr
protected static java.util.Set<java.lang.Integer> statesWithUsageNameElementValueOrExpr
-
statesWithUsageNameArrayInit
protected static java.util.Set<java.lang.Integer> statesWithUsageNameArrayInit
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static JavaLightParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static JavaLightParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(JavaLightParserInfo _delegate)
-
stateHasUsageNameMCModifier
public static boolean stateHasUsageNameMCModifier(int state)
-
_stateHasUsageNameMCModifier
protected boolean _stateHasUsageNameMCModifier(int state)
-
stateHasUsageNameTypeParameters
public static boolean stateHasUsageNameTypeParameters(int state)
-
_stateHasUsageNameTypeParameters
protected boolean _stateHasUsageNameTypeParameters(int state)
-
stateHasUsageNameMCReturnType
public static boolean stateHasUsageNameMCReturnType(int state)
-
_stateHasUsageNameMCReturnType
protected boolean _stateHasUsageNameMCReturnType(int state)
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state)
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
-
stateHasUsageNameFormalParameters
public static boolean stateHasUsageNameFormalParameters(int state)
-
_stateHasUsageNameFormalParameters
protected boolean _stateHasUsageNameFormalParameters(int state)
-
stateHasUsageNameThrows
public static boolean stateHasUsageNameThrows(int state)
-
_stateHasUsageNameThrows
protected boolean _stateHasUsageNameThrows(int state)
-
stateHasUsageNameMCJavaBlock
public static boolean stateHasUsageNameMCJavaBlock(int state)
-
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state)
-
stateHasUsageNameLocalVariableDeclaration
public static boolean stateHasUsageNameLocalVariableDeclaration(int state)
-
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state)
-
stateHasUsageNameMCQualifiedName
public static boolean stateHasUsageNameMCQualifiedName(int state)
-
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(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)
-
stateHasUsageNameDeclaratorId
public static boolean stateHasUsageNameDeclaratorId(int state)
-
_stateHasUsageNameDeclaratorId
protected boolean _stateHasUsageNameDeclaratorId(int state)
-
stateHasUsageNameFormalParameter
public static boolean stateHasUsageNameFormalParameter(int state)
-
_stateHasUsageNameFormalParameter
protected boolean _stateHasUsageNameFormalParameter(int state)
-
stateHasUsageNameLastFormalParameter
public static boolean stateHasUsageNameLastFormalParameter(int state)
-
_stateHasUsageNameLastFormalParameter
protected boolean _stateHasUsageNameLastFormalParameter(int state)
-
stateHasUsageNameFormalParameterListing
public static boolean stateHasUsageNameFormalParameterListing(int state)
-
_stateHasUsageNameFormalParameterListing
protected boolean _stateHasUsageNameFormalParameterListing(int state)
-
stateHasUsageNameAnnotationName
public static boolean stateHasUsageNameAnnotationName(int state)
-
_stateHasUsageNameAnnotationName
protected boolean _stateHasUsageNameAnnotationName(int state)
-
stateHasUsageNameAnnotationArguments
public static boolean stateHasUsageNameAnnotationArguments(int state)
-
_stateHasUsageNameAnnotationArguments
protected boolean _stateHasUsageNameAnnotationArguments(int state)
-
stateHasUsageNameElementValuePair
public static boolean stateHasUsageNameElementValuePair(int state)
-
_stateHasUsageNameElementValuePair
protected boolean _stateHasUsageNameElementValuePair(int state)
-
stateHasUsageNameElementValue
public static boolean stateHasUsageNameElementValue(int state)
-
_stateHasUsageNameElementValue
protected boolean _stateHasUsageNameElementValue(int state)
-
stateHasUsageNameExpression
public static boolean stateHasUsageNameExpression(int state)
-
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state)
-
stateHasUsageNameElementValueOrExpr
public static boolean stateHasUsageNameElementValueOrExpr(int state)
-
_stateHasUsageNameElementValueOrExpr
protected boolean _stateHasUsageNameElementValueOrExpr(int state)
-
stateHasUsageNameArrayInit
public static boolean stateHasUsageNameArrayInit(int state)
-
_stateHasUsageNameArrayInit
protected boolean _stateHasUsageNameArrayInit(int state)
-
stateDefinesName
public static boolean stateDefinesName(int state)
-
_stateDefinesName
protected boolean _stateDefinesName(int state)
-
getImplementationOfInterfaceProd
public static java.util.Optional<java.lang.String> getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
_getImplementationOfInterfaceProd
public java.util.Optional<java.lang.String> _getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
-