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 classRepresentation of a member annotation type declaration, a.k.a.static classRepresentation of a "member class declaration", i.e.static final classRepresentation of a "member enum declaration", i.e.static classRepresentation 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.declaredClassesAndInterfacesMethods 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 TypeMethodDescriptionvoidJava.AbstractTypeDeclaration.addMemberTypeDeclaration(Java.MemberTypeDeclaration mcoid) Adds oneJava.MemberTypeDeclarationto 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)