All Classes and Interfaces

Class
Description
Implementation of BaseComparisonOperatorExpression for Java.
Implementation of CodeConstant for Java.
Implementation of JavaFactoryConstant for Byte using Byte.valueOf(byte).
Implementation of JavaFactoryConstant for Float using Float.valueOf(float).
Implementation of JavaFactoryConstant for Integer using Integer.valueOf(int).
Implementation of JavaFactoryConstant for Long using Long.valueOf(long).
Implementation of JavaFactoryConstant for Short using Short.valueOf(short).
Implementation of CodeContext for Java.
Implementation of JavaConstant for an Enum value.
Implementation of CodeExpression for Java.
Implementation of JavaContext that inherits from a parent context.
Implementation of BaseFactory for Java.
Implementation of JavaConstant using a standard factory method such as Integer.valueOf(int).
BaseGenericTypeProxy used to create types from source code with lazy evaluation.
Implementation of CodeLiteral for Java.
Implementation of JavaLiteral for boolean literal.
Implementation of JavaLiteral for byte literal.
Implementation of JavaLiteral for char literal.
Implementation of JavaLiteral for Class literal.
Implementation of JavaLiteral for double literal.
Implementation of JavaLiteral for float literal.
Implementation of JavaLiteral for int literal.
Implementation of JavaLiteral for long literal.
Implementation of JavaLiteral for boolean literal.
Implementation of JavaLiteral for short literal.
Implementation of JavaLiteral for String literal.
Implementation of BaseNAryOperatorExpression for Java.
Implementation of JavaContext for the root context.
Implementation of SourceCodeParser.
Extends JavaSourceCodeReaderLowlevel with high-level parsing.
Wrapper for a Reader with internal char buffer to read and parse textual data.
Implementation of BaseSourceLoaderImpl for Java.
Implementation of BaseSourceProvider using maven to read and extract metadata from POMs.
Extends BaseSourceImpl to provide dependencies and descriptor from maven POMs.
BaseTypeVariables for operations that have to be created before the operation is parsed.
Implementation of BaseUnaryOperatorExpression for Java.
Customized class loader that we need in order to load all dependencies from a Maven project
Class to collect dependencies of a maven project.
Deprecated.
do not use externally.