Class MCFullGenericTypesParserInfo
- java.lang.Object
-
- de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
-
- Direct Known Subclasses:
EmptyMCFullGenericTypesParserInfo
public class MCFullGenericTypesParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static MCFullGenericTypesParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameLowerBoundprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCBasicGenericTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCInnerTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCTypeArgumentprotected static java.util.Set<java.lang.Integer>statesWithUsageNameNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameUpperBound
-
Constructor Summary
Constructors Constructor Description MCFullGenericTypesParserInfo()
-
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_stateHasUsageNameLowerBound(int state)protected boolean_stateHasUsageNameMCBasicGenericType(int state)protected boolean_stateHasUsageNameMCInnerType(int state)protected boolean_stateHasUsageNameMCTypeArgument(int state)protected boolean_stateHasUsageNameName(int state)protected boolean_stateHasUsageNameUpperBound(int state)protected static MCFullGenericTypesParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(MCFullGenericTypesParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameLowerBound(int state)static booleanstateHasUsageNameMCBasicGenericType(int state)static booleanstateHasUsageNameMCInnerType(int state)static booleanstateHasUsageNameMCTypeArgument(int state)static booleanstateHasUsageNameName(int state)static booleanstateHasUsageNameUpperBound(int state)
-
-
-
Field Detail
-
statesWithUsageNameUpperBound
protected static java.util.Set<java.lang.Integer> statesWithUsageNameUpperBound
-
statesWithUsageNameLowerBound
protected static java.util.Set<java.lang.Integer> statesWithUsageNameLowerBound
-
statesWithUsageNameMCBasicGenericType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCBasicGenericType
-
statesWithUsageNameMCInnerType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCInnerType
-
statesWithUsageNameName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameName
-
statesWithUsageNameMCTypeArgument
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCTypeArgument
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static MCFullGenericTypesParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static MCFullGenericTypesParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(MCFullGenericTypesParserInfo _delegate)
-
stateHasUsageNameUpperBound
public static boolean stateHasUsageNameUpperBound(int state)
-
_stateHasUsageNameUpperBound
protected boolean _stateHasUsageNameUpperBound(int state)
-
stateHasUsageNameLowerBound
public static boolean stateHasUsageNameLowerBound(int state)
-
_stateHasUsageNameLowerBound
protected boolean _stateHasUsageNameLowerBound(int state)
-
stateHasUsageNameMCBasicGenericType
public static boolean stateHasUsageNameMCBasicGenericType(int state)
-
_stateHasUsageNameMCBasicGenericType
protected boolean _stateHasUsageNameMCBasicGenericType(int state)
-
stateHasUsageNameMCInnerType
public static boolean stateHasUsageNameMCInnerType(int state)
-
_stateHasUsageNameMCInnerType
protected boolean _stateHasUsageNameMCInnerType(int state)
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state)
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
-
stateHasUsageNameMCTypeArgument
public static boolean stateHasUsageNameMCTypeArgument(int state)
-
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(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)
-
-