Uses of Interface
org.codehaus.janino.Java.NamedTypeDeclaration
-
Packages that use Java.NamedTypeDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.NamedTypeDeclaration in org.codehaus.janino
Subinterfaces of Java.NamedTypeDeclaration in org.codehaus.janino Modifier and Type Interface Description static interfaceJava.MemberTypeDeclarationRepresents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.static interfaceJava.PackageMemberTypeDeclarationRepresents a class or interface declaration on compilation unit level.Classes in org.codehaus.janino that implement Java.NamedTypeDeclaration Modifier and Type Class Description static classJava.InterfaceDeclarationBase for the various interface declaration kinds.static classJava.LocalClassDeclarationRepresentation of a 'local class declaration' i.e.static classJava.MemberClassDeclarationRepresentation of a 'member class declaration', i.e.static classJava.MemberInterfaceDeclarationRepresentation of a 'member interface declaration', i.e.static classJava.NamedClassDeclarationBase for the various named class declarations.static classJava.PackageMemberClassDeclarationImplementation of a 'package member class declaration', a.k.a.static classJava.PackageMemberInterfaceDeclarationRepresentation of a 'package member interface declaration', a.k.a.
-