Uses of Interface
org.codehaus.janino.Java.PackageMemberTypeDeclaration
-
Packages that use Java.PackageMemberTypeDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.PackageMemberTypeDeclaration in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.PackageMemberTypeDeclaration Modifier and Type Class Description static classJava.PackageMemberClassDeclarationImplementation of a 'package member class declaration', a.k.a.static classJava.PackageMemberInterfaceDeclarationRepresentation of a 'package member interface declaration', a.k.a.Fields in org.codehaus.janino with type parameters of type Java.PackageMemberTypeDeclaration Modifier and Type Field Description List<Java.PackageMemberTypeDeclaration>Java.CompilationUnit. packageMemberTypeDeclarationsThe top-level declarations in this CU.Methods in org.codehaus.janino that return Java.PackageMemberTypeDeclaration Modifier and Type Method Description Java.PackageMemberTypeDeclarationJava.CompilationUnit. getPackageMemberTypeDeclaration(String name)Return the package member class or interface declared with the given name.Java.PackageMemberTypeDeclaration[]Java.CompilationUnit. getPackageMemberTypeDeclarations()Gets all classes and interfaces declared in this compilation unit.Java.PackageMemberTypeDeclarationParser. parsePackageMemberTypeDeclaration()PackageMemberTypeDeclaration := ModifiersOpt 'class' ClassDeclarationRest | ModifiersOpt 'interface' InterfaceDeclarationRestMethods in org.codehaus.janino with parameters of type Java.PackageMemberTypeDeclaration Modifier and Type Method Description voidJava.CompilationUnit. addPackageMemberTypeDeclaration(Java.PackageMemberTypeDeclaration pmtd)Adds one top-level type declaration to this CU.
-