Uses of Class
org.codehaus.janino.Parser.InterfaceDeclarationContext
-
Packages that use Parser.InterfaceDeclarationContext Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Parser.InterfaceDeclarationContext in org.codehaus.janino
Fields in org.codehaus.janino declared as Parser.InterfaceDeclarationContext Modifier and Type Field Description static Parser.InterfaceDeclarationContext
Parser.InterfaceDeclarationContext. COMPILATION_UNIT
The interface declaration appears at the top level.static Parser.InterfaceDeclarationContext
Parser.InterfaceDeclarationContext. NAMED_TYPE_DECLARATION
The interface declaration appears (directly) inside a 'named type declaration'.Methods in org.codehaus.janino with parameters of type Parser.InterfaceDeclarationContext Modifier and Type Method Description Java.InterfaceDeclaration
Parser. parseInterfaceDeclarationRest(String optionalDocComment, Java.Modifiers modifiers, Parser.InterfaceDeclarationContext context)
InterfaceDeclarationRest := Identifier [ typeParameters ] [ 'extends' ReferenceTypeList ] InterfaceBody
-