Uses of Interface
org.codehaus.janino.Java.MemberTypeDeclaration
-
Packages that use Java.MemberTypeDeclaration Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.MemberTypeDeclaration in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.MemberTypeDeclaration Modifier and Type Class Description static classJava.MemberAnnotationTypeDeclarationRepresentation of a member annotation type declaration, a.k.a.static classJava.MemberClassDeclarationRepresentation of a "member class declaration", i.e.static classJava.MemberEnumDeclarationRepresentation of a "member enum declaration", i.e.static classJava.MemberInterfaceDeclarationRepresentation of a "member interface declaration", i.e.Fields in org.codehaus.janino with type parameters of type Java.MemberTypeDeclaration Modifier and Type Field Description private java.util.List<Java.MemberTypeDeclaration>Java.AbstractTypeDeclaration. declaredClassesAndInterfacesMethods in org.codehaus.janino that return Java.MemberTypeDeclaration Modifier and Type Method Description Java.MemberTypeDeclarationJava.AbstractTypeDeclaration. getMemberTypeDeclaration(java.lang.String name)Java.MemberTypeDeclarationJava.TypeDeclaration. getMemberTypeDeclaration(java.lang.String name)Returns the member type with the given name.Methods in org.codehaus.janino that return types with arguments of type Java.MemberTypeDeclaration Modifier and Type Method Description java.util.Collection<Java.MemberTypeDeclaration>Java.AbstractTypeDeclaration. getMemberTypeDeclarations()java.util.Collection<Java.MemberTypeDeclaration>Java.TypeDeclaration. getMemberTypeDeclarations()Methods in org.codehaus.janino with parameters of type Java.MemberTypeDeclaration Modifier and Type Method Description voidJava.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.MemberTypeDeclaration Modifier and Type Method Description Java.MemberTypeDeclarationDeepCopier. copyMemberAnnotationTypeDeclaration(Java.MemberAnnotationTypeDeclaration subject)Java.MemberTypeDeclarationDeepCopier. copyMemberClassDeclaration(Java.MemberClassDeclaration subject)Java.MemberTypeDeclarationDeepCopier. copyMemberEnumDeclaration(Java.MemberEnumDeclaration subject)Java.MemberTypeDeclarationDeepCopier. copyMemberInterfaceDeclaration(Java.MemberInterfaceDeclaration subject)Java.MemberTypeDeclarationDeepCopier. copyMemberTypeDeclaration(Java.MemberTypeDeclaration subject)Methods in org.codehaus.janino.util with parameters of type Java.MemberTypeDeclaration Modifier and Type Method Description Java.MemberTypeDeclarationDeepCopier. copyMemberTypeDeclaration(Java.MemberTypeDeclaration subject)
-