Uses of Enum
org.codehaus.janino.Parser.InterfaceDeclarationContext
Packages that use Parser.InterfaceDeclarationContext
-
Uses of Parser.InterfaceDeclarationContext in org.codehaus.janino
Subclasses with type arguments of type Parser.InterfaceDeclarationContext in org.codehaus.janinoModifier and TypeClassDescriptionstatic enumThe kinds of context where an interface declaration can occur.Methods in org.codehaus.janino that return Parser.InterfaceDeclarationContextModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Parser.InterfaceDeclarationContext[]Parser.InterfaceDeclarationContext.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.janino with parameters of type Parser.InterfaceDeclarationContextModifier and TypeMethodDescriptionParser.parseAnnotationTypeDeclarationRest(String docComment, Java.Modifier[] modifiers, Parser.InterfaceDeclarationContext context) AnnotationTypeDeclarationRest := Identifier AnnotationTypeBodyParser.parseInterfaceDeclarationRest(String docComment, Java.Modifier[] modifiers, Parser.InterfaceDeclarationContext context) InterfaceDeclarationRest := Identifier [ typeParameters ] [ 'extends' ReferenceTypeList ] InterfaceBody