Uses of Interface
org.codehaus.janino.Java.MemberTypeDeclaration
Packages that use Java.MemberTypeDeclaration
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.MemberTypeDeclaration in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.MemberTypeDeclarationModifier and TypeClassDescriptionstatic 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.Fields in org.codehaus.janino with type parameters of type Java.MemberTypeDeclarationModifier and TypeFieldDescriptionprivate final List<Java.MemberTypeDeclaration>
Java.AbstractTypeDeclaration.declaredClassesAndInterfaces
Methods in org.codehaus.janino that return Java.MemberTypeDeclarationModifier and TypeMethodDescriptionJava.AbstractTypeDeclaration.getMemberTypeDeclaration
(String name) Java.TypeDeclaration.getMemberTypeDeclaration
(String name) Returns the member type with the given name.Methods in org.codehaus.janino that return types with arguments of type Java.MemberTypeDeclarationModifier and TypeMethodDescriptionJava.AbstractTypeDeclaration.getMemberTypeDeclarations()
Java.TypeDeclaration.getMemberTypeDeclarations()
Methods in org.codehaus.janino with parameters of type Java.MemberTypeDeclarationModifier and TypeMethodDescriptionvoid
Java.AbstractTypeDeclaration.addMemberTypeDeclaration
(Java.MemberTypeDeclaration mcoid) Adds oneJava.MemberTypeDeclaration
to this type. -
Uses of Java.MemberTypeDeclaration in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.MemberTypeDeclarationModifier and TypeMethodDescriptionDeepCopier.copyMemberAnnotationTypeDeclaration
(Java.MemberAnnotationTypeDeclaration subject) DeepCopier.copyMemberClassDeclaration
(Java.MemberClassDeclaration subject) DeepCopier.copyMemberEnumDeclaration
(Java.MemberEnumDeclaration subject) DeepCopier.copyMemberInterfaceDeclaration
(Java.MemberInterfaceDeclaration subject) DeepCopier.copyMemberTypeDeclaration
(Java.MemberTypeDeclaration subject) Methods in org.codehaus.janino.util with parameters of type Java.MemberTypeDeclarationModifier and TypeMethodDescriptionDeepCopier.copyMemberTypeDeclaration
(Java.MemberTypeDeclaration subject)