All Classes and Interfaces

Class
Description
Implementation of BaseComparisonOperatorExpression for Java.
Implementation of CodeConstant for Java.
Implementation of JavaConstant for Boolean using Boolean.valueOf(boolean).
Implementation of JavaConstant for Byte using Byte.valueOf(byte).
Implementation of JavaConstant for Character using Character.valueOf(char).
Implementation of JavaConstant for Double using Double.valueOf(double).
Implementation of JavaConstant for Float using Float.valueOf(float).
Implementation of JavaConstant for Integer using Integer.valueOf(int).
Implementation of JavaConstant for Long using Long.valueOf(long).
Implementation of JavaConstant 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.
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 JavaConstant for Enum using Enum.valueOf(Class, String).
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.