Uses of Class
cool.klass.model.converter.compiler.state.AntlrInterface
Packages that use AntlrInterface
-
Uses of AntlrInterface in cool.klass.model.converter.compiler
Methods in cool.klass.model.converter.compiler that return AntlrInterface -
Uses of AntlrInterface in cool.klass.model.converter.compiler.state
Fields in cool.klass.model.converter.compiler.state declared as AntlrInterfaceModifier and TypeFieldDescriptionstatic final AntlrInterfaceAntlrInterface.AMBIGUOUSstatic final AntlrInterfaceAntlrInterface.NOT_FOUNDFields in cool.klass.model.converter.compiler.state with type parameters of type AntlrInterfaceModifier and TypeFieldDescriptionprotected final org.eclipse.collections.api.list.MutableList<AntlrInterface>AntlrClassifier.declaredInterfacesMethods in cool.klass.model.converter.compiler.state that return AntlrInterfaceModifier and TypeMethodDescriptionAntlrDomainModel.getInterfaceByContext(KlassParser.InterfaceDeclarationContext context) AntlrDomainModel.getInterfaceByName(String interfaceName) Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrInterfaceModifier and TypeMethodDescriptionvoidAntlrClassifier.enterImplementsDeclaration(AntlrInterface iface) voidAntlrDomainModel.exitInterfaceDeclaration(AntlrInterface iface) booleanAntlrClass.implementsInterface(AntlrInterface iface) booleanAntlrClassifier.implementsInterface(AntlrInterface iface) protected booleanAntlrClassifier.interfaceNotAtIndexImplements(int index, AntlrInterface iface) protected booleanAntlrClass.isInterfaceRedundant(int index, AntlrInterface iface) protected booleanAntlrClassifier.isInterfaceRedundant(int index, AntlrInterface iface) protected booleanAntlrInterface.isInterfaceRedundant(int index, AntlrInterface iface)