Uses of Interface
org.codehaus.janino.Java.Annotatable
Packages that use Java.Annotatable
-
Uses of Java.Annotatable in org.codehaus.janino
Subinterfaces of Java.Annotatable in org.codehaus.janinoModifier and TypeInterfaceDescriptionstatic interface
Base for package member ("top-level") and member ("nested") annotation type declarations.static interface
Base for the various class declarations (top-level class, local class, anonymous class, nested class, top-level enum, nested enum).static interface
Base for package member (a.k.a.(package private) static interface
Represents the declaration of an inner class, i.e.static interface
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.static interface
Represents the declaration of a class or an interface that has a name.static interface
Represents a class or interface declaration on compilation unit level.static interface
Base for the various kinds of type declarations, e.g.Classes in org.codehaus.janino that implement Java.AnnotatableModifier and TypeClassDescriptionstatic class
Base for the various class declaration kinds.static class
Abstract implementation ofJava.TypeDeclaration
.static final class
Representation of a JLS7 15.9.5 "anonymous class declaration".static final class
Representation of a constructor declarator.static final class
Representation of an "enum constant", see JLS7 8.9.1.static final class
This class is derived from "Statement", because it provides for the initialization of the field.static class
Abstract base class forJava.ConstructorDeclarator
andJava.MethodDeclarator
.static class
Base for the various interface declaration kinds.static final class
Representation of a "local class declaration" i.e.static final class
Representation of a member annotation type declaration, a.k.a.static class
Representation of a "member class declaration", i.e.static final class
Representation of a "member enum declaration", i.e.static class
Representation of a "member interface declaration", i.e.static final class
Representation of a method declarator.static class
Base for the various named class declarations.static final class
Representation of a package member annotation type declaration, a.k.a.static class
Implementation of a "package member class declaration", a.k.a.static final class
Implementation of a "package member enum declaration", a.k.a.static class
Representation of a "package member interface declaration", a.k.a.