Class MCBasicTypesParserInfo
- java.lang.Object
-
- de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
-
- Direct Known Subclasses:
EmptyMCBasicTypesParserInfo
public class MCBasicTypesParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static MCBasicTypesParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCQualifiedNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameMCVoidTypeprotected static java.util.Set<java.lang.Integer>statesWithUsageNameParts
-
Constructor Summary
Constructors Constructor Description MCBasicTypesParserInfo()
-
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_stateHasUsageNameMCQualifiedName(int state)protected boolean_stateHasUsageNameMCType(int state)protected boolean_stateHasUsageNameMCVoidType(int state)protected boolean_stateHasUsageNameParts(int state)protected static MCBasicTypesParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(MCBasicTypesParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameMCQualifiedName(int state)static booleanstateHasUsageNameMCType(int state)static booleanstateHasUsageNameMCVoidType(int state)static booleanstateHasUsageNameParts(int state)
-
-
-
Field Detail
-
statesWithUsageNameParts
protected static java.util.Set<java.lang.Integer> statesWithUsageNameParts
-
statesWithUsageNameMCQualifiedName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCQualifiedName
-
statesWithUsageNameMCVoidType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCVoidType
-
statesWithUsageNameMCType
protected static java.util.Set<java.lang.Integer> statesWithUsageNameMCType
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static MCBasicTypesParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static MCBasicTypesParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(MCBasicTypesParserInfo _delegate)
-
stateHasUsageNameParts
public static boolean stateHasUsageNameParts(int state)
-
_stateHasUsageNameParts
protected boolean _stateHasUsageNameParts(int state)
-
stateHasUsageNameMCQualifiedName
public static boolean stateHasUsageNameMCQualifiedName(int state)
-
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(int state)
-
stateHasUsageNameMCVoidType
public static boolean stateHasUsageNameMCVoidType(int state)
-
_stateHasUsageNameMCVoidType
protected boolean _stateHasUsageNameMCVoidType(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)
-
-