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 class
Java.MemberClassDeclaration
Representation of a 'member class declaration', i.e.static class
Java.MemberInterfaceDeclaration
Representation 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. declaredClassesAndInterfaces
Methods in org.codehaus.janino that return Java.MemberTypeDeclaration Modifier and Type Method Description Java.MemberTypeDeclaration
Java.AbstractTypeDeclaration. getMemberTypeDeclaration(java.lang.String name)
Java.MemberTypeDeclaration
Java.TypeDeclaration. getMemberTypeDeclaration(java.lang.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 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 void
Java.AbstractTypeDeclaration. addMemberTypeDeclaration(Java.MemberTypeDeclaration mcoid)
Adds oneJava.MemberTypeDeclaration
to this type.
-