Uses of Interface
org.codehaus.janino.Java.MemberTypeDeclaration
-
Packages that use Java.MemberTypeDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.MemberTypeDeclaration in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.MemberTypeDeclaration Modifier and Type Class Description static classJava.MemberClassDeclarationRepresentation of a 'member class declaration', i.e.static classJava.MemberInterfaceDeclarationRepresentation of a 'member interface declaration', i.e.Methods in org.codehaus.janino that return Java.MemberTypeDeclaration Modifier and Type Method Description Java.MemberTypeDeclarationJava.AbstractTypeDeclaration. getMemberTypeDeclaration(String name)Java.MemberTypeDeclarationJava.TypeDeclaration. getMemberTypeDeclaration(String name)Return 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 Collection<Java.MemberTypeDeclaration>Java.AbstractTypeDeclaration. getMemberTypeDeclarations()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.
-