Class TypeParametersParserInfo
- java.lang.Object
-
- de.monticore.types.typeparameters._parser.TypeParametersParserInfo
-
- Direct Known Subclasses:
EmptyTypeParametersParserInfo
public class TypeParametersParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static TypeParametersParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameTypeParameter
-
Constructor Summary
Constructors Constructor Description TypeParametersParserInfo()
-
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_stateHasUsageNameMCType(int state)protected boolean_stateHasUsageNameName(int state)protected boolean_stateHasUsageNameTypeParameter(int state)protected static TypeParametersParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(TypeParametersParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameMCType(int state)static booleanstateHasUsageNameName(int state)static booleanstateHasUsageNameTypeParameter(int state)
-
-
-
Field Detail
-
statesWithUsageNameTypeParameter
protected static java.util.Set<java.lang.Integer> statesWithUsageNameTypeParameter
-
statesWithUsageNameName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameName
-
statesWithUsageNameMCType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCType
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static TypeParametersParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static TypeParametersParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(TypeParametersParserInfo _delegate)
-
stateHasUsageNameTypeParameter
public static boolean stateHasUsageNameTypeParameter(int state)
-
_stateHasUsageNameTypeParameter
protected boolean _stateHasUsageNameTypeParameter(int state)
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state)
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
-
stateHasUsageNameMCType
public static boolean stateHasUsageNameMCType(int state)
-
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(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)
-
-