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.InterfaceDeclarationContextParser.InterfaceDeclarationContext. COMPILATION_UNITThe interface declaration appears at the top level.static Parser.InterfaceDeclarationContextParser.InterfaceDeclarationContext. NAMED_TYPE_DECLARATIONThe 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.InterfaceDeclarationParser. parseInterfaceDeclarationRest(String optionalDocComment, Java.Modifiers modifiers, Parser.InterfaceDeclarationContext context)InterfaceDeclarationRest := Identifier [ typeParameters ] [ 'extends' ReferenceTypeList ] InterfaceBody
-