Uses of Class
org.codehaus.janino.Java.InterfaceDeclaration
Packages that use Java.InterfaceDeclaration
Package
Description
The core of the Janino Java compiler.
Sample applications for the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.InterfaceDeclaration in org.codehaus.janino
Subclasses of Java.InterfaceDeclaration in org.codehaus.janinoModifier and TypeClassDescriptionstatic final class
Representation of a member annotation type declaration, a.k.a.static class
Representation of a "member interface declaration", i.e.static final class
Representation of a package member annotation type declaration, a.k.a.static class
Representation of a "package member interface declaration", a.k.a.Methods in org.codehaus.janino that return Java.InterfaceDeclarationModifier and TypeMethodDescriptionParser.parseInterfaceDeclarationRest
(String docComment, Java.Modifier[] modifiers, Parser.InterfaceDeclarationContext context) InterfaceDeclarationRest := Identifier [ typeParameters ] [ 'extends' ReferenceTypeList ] InterfaceBodyMethods in org.codehaus.janino with parameters of type Java.InterfaceDeclarationModifier and TypeMethodDescriptionprivate void
UnitCompiler.compile2
(Java.InterfaceDeclaration id) void
Parser.parseInterfaceBody
(Java.InterfaceDeclaration interfaceDeclaration) InterfaceBody := '{' { ';' | ModifiersOpt ( 'void' Identifier MethodDeclarationRest | 'class' ClassDeclarationRest | 'interface' InterfaceDeclarationRest | Type Identifier ( MethodDeclarationRest | FieldDeclarationRest ) ) } '}'private void
Unparser.unparseInterfaceDeclaration
(Java.InterfaceDeclaration id) -
Uses of Java.InterfaceDeclaration in org.codehaus.janino.samples
Methods in org.codehaus.janino.samples with parameters of type Java.InterfaceDeclarationModifier and TypeMethodDescriptionvoid
DeclarationCounter.traverseInterfaceDeclaration
(Java.InterfaceDeclaration id) -
Uses of Java.InterfaceDeclaration in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.InterfaceDeclarationModifier and TypeMethodDescriptionvoid
AbstractTraverser.traverseInterfaceDeclaration
(Java.InterfaceDeclaration id) void
Traverser.traverseInterfaceDeclaration
(Java.InterfaceDeclaration id)