Uses of Class
org.codehaus.janino.Java.AbstractTypeDeclaration
-
Packages that use Java.AbstractTypeDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.AbstractTypeDeclaration in org.codehaus.janino
Subclasses of Java.AbstractTypeDeclaration in org.codehaus.janino Modifier and Type Class Description static class
Java.AnonymousClassDeclaration
Representation of a JLS7 15.9.5 'anonymous class declaration'.static class
Java.ClassDeclaration
Base for the various class declaration kinds.static class
Java.InterfaceDeclaration
Base for the various interface declaration kinds.static class
Java.LocalClassDeclaration
Representation of a 'local class declaration' i.e.static class
Java.MemberClassDeclaration
Representation of a 'member class declaration', i.e.static class
Java.MemberInterfaceDeclaration
Representation of a 'member interface declaration', i.e.static class
Java.NamedClassDeclaration
Base for the various named class declarations.static class
Java.PackageMemberClassDeclaration
Implementation of a 'package member class declaration', a.k.a.static class
Java.PackageMemberInterfaceDeclaration
Representation of a 'package member interface declaration', a.k.a.Methods in org.codehaus.janino with parameters of type Java.AbstractTypeDeclaration Modifier and Type Method Description private void
UnitCompiler. compileDeclaredMethods(Java.AbstractTypeDeclaration typeDeclaration, ClassFile cf)
Compile all of the methods for this declarationprivate void
UnitCompiler. maybeCreateInitMethod(Java.AbstractTypeDeclaration decl, ClassFile cf, java.util.List<Java.BlockStatement> statements)
Create class initialization method iff there is any initialization code.private void
UnparseVisitor. unparseAbstractTypeDeclarationBody(Java.AbstractTypeDeclaration atd)
-
Uses of Java.AbstractTypeDeclaration in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.AbstractTypeDeclaration Modifier and Type Method Description void
Traverser. traverseAbstractTypeDeclaration(Java.AbstractTypeDeclaration atd)
-