Uses of Interface
org.codehaus.janino.Java.NamedTypeDeclaration
Packages that use Java.NamedTypeDeclaration
-
Uses of Java.NamedTypeDeclaration in org.codehaus.janino
Subinterfaces of Java.NamedTypeDeclaration in org.codehaus.janinoModifier and TypeInterfaceDescriptionstatic interface
Base for package member ("top-level") and member ("nested") annotation type declarations.static interface
Base for package member (a.k.a.static interface
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.static interface
Represents a class or interface declaration on compilation unit level.Classes in org.codehaus.janino that implement Java.NamedTypeDeclarationModifier and TypeClassDescriptionstatic 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 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.