All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ACTask Annotation compiler ant task.ACTask.Classes Nested <classes> elements.ACTask.Endorse Nested <endorse> elements.ClassNameComparator Comparator object that sortsJClass
es in the order of their names.ClassType This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or EnumCodeWriter Receives generated code and writes to the appropriate storage.EncoderFactory CreatesCharsetEncoder
from a charset name.FileCodeWriter Writes all the source files under the specified file folder.FilterCodeWriter CodeWriter
that delegates to anotherCodeWriter
.JAnnotatable Annotatable program elements.JAnnotationArrayMember Represents an arrays as annotation membersJAnnotationStringValue Captures the value of the annotation.JAnnotationUse Represents an annotation on a program element.JAnnotationValue Things that can be values of an annotation element.JAnnotationWriter<A extends java.lang.annotation.Annotation> Base interface for typed annotation writer.JAnonymousClass Anonymous class quick hack.JArray array creation and initialization.JArrayClass Array class.JArrayCompRef array component reference.JAssignment Assignment statements, which are also expressions.JAssignmentTarget Marker interface for code components that can be placed to the left of '=' in an assignment.JAtom JAtoms: Simple code components that merely generate themselves.JavadocEscapeWriter Writer
that escapes characters that are unsafe as Javadoc comments.JBinaryFile Allows the application to use OutputStream to define data that will be stored into a file.JBlock A block of Java code, which may contain statements and local declarations.JBreak JBreak statementJCase Case statementJCast A cast operation.JCatchBlock Catch block for a try/catch/finally statementJClass Represents a Java reference type, such as a class, an interface, an enum, an array type, a parameterized type.JClassAlreadyExistsException Indicates that the class is already created.JClassContainer The common aspect of a package and a class.JCodeModel Root of the code DOM.JCommentPart A part is a part of a javadoc comment, and it is a list of values.JConditional If statement, with optional else clauseJContinue JContinue statementJDeclaration Common interface for code components that can generate declarations of themselves.JDefinedClass A generated Java class/interface/enum/....JDirectClass A specialJClass
that represents an unknown class (except its name.)JDocComment JavaDoc comment.JDocCommentable Program elements that can have JavadocJDoLoop Do loopsJEnumConstant Enum Constant.JExpr Factory methods that generate variousJExpression
s.JExpression A Java expression.JExpressionImpl Provides default implementations forJExpression
.JFieldRef Field ReferenceJFieldVar A field that can have aJDocComment
associated with itJForEach ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.JForLoop For statementJFormatter This is a utility class for managing indentation and other basic formatting for PrintWriter.JFormatter.Mode JGenerable Common interface for code components that can generate uses of themselves.JGenerifiable Declarations that can have type variables.JGenerifiableImpl Implementation ofJGenerifiable
.JInvocation JMethod invocationJJavaName Utility methods that convert arbitrary strings into Java identifiers.JJavaName.Entry JLabel Label that can be used for continue and break.JMethod Java method.JMod Modifier constants.JMods Modifier groups.JNarrowedClass Represents X<Y>.JNullType Special class object that represents the type of "null".JOp JClass for generating expressions containing operatorsJOp.BinaryOp JOp.TernaryOp JOp.TightUnaryOp JOp.UnaryOp JPackage A Java package.JPrimitiveType Java built-in primitive types.JPropertyFile A property file.JResourceFile Represents a resource file in the application-specific file format.JReturn A return statementJSerializedObject A simple class that takes an object and serializes it into a file in the parent package with the given name.JStatement Common interface for code components that can generate uses of themselves as statements.JStaticFile Allows an application to copy a resource file to the output.JStaticJavaFile Statically generated Java soruce file.JStaticJavaFile.ChainFilter AJStaticJavaFile.LineFilter
that combines twoJStaticJavaFile.LineFilter
s.JStaticJavaFile.LineFilter Filter that alters the Java source code.JStringLiteral String literal.JSwitch Switch statementJTextFile Simple text file.JThrow JThrow statementJTryBlock Try statement with Catch and/or Finally clauseJType A representation of a type in codeModel.JTypeVar Type variable used to declare generics.JTypeWildcard Represents a wildcard type like "? extends Foo".JVar Variables and fields.JWhileLoop While statementMaskingClassLoader ClassLoader
that masks a specified set of classes from its parent class loader.MS1252Encoder MS1252 encoder that corrects a bug in JDK1.4.2_01.ProgressCodeWriter Filter CodeWriter that writes a progress message to the specified PrintStream.PrologCodeWriter Writes all the source files under the specified file folder and inserts a file prolog comment in each java source file.SecureLoader Class defined for safe calls of getClassLoader methods of any kind (context/system/class classloader.SecureLoader Class defined for safe calls of getClassLoader methods of any kind (context/system/class classloader.SingleByteEncoder SingleStreamCodeWriter Output all source files into a single stream with a little formatting header in front of each file.Surrogate Utility class for dealing with surrogates.Surrogate.Generator Surrogate generation support.Surrogate.Parser Surrogate parsing support.TypedAnnotationWriter<A extends java.lang.annotation.Annotation,W extends JAnnotationWriter<A>> Dynamically implements the typed annotation writer interfaces.UnicodeEscapeWriter Writer
that escapes non US-ASCII characters into Java Unicode escape \\uXXXX.ZipCodeWriter Writes all the files into a zip file.