All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
AbstractCompilerFactory |
|
AbstractJavaSourceClassLoader |
A ClassLoader that, unlike usual ClassLoader s, does not load byte code, but reads Java™ source
code and then scans, parses, compiles and loads it into the virtual machine.
|
AbstractJavaSourceClassLoader.ProtectionDomainFactory |
|
Access |
|
AntCompilerAdapter |
A simple CompilerAdapter for the "ant" tool
that silently ignores most of the configuration parameters and attempts to compile all given
source files into class files.
|
AutoIndentWriter |
A FilterWriter that automatically indents lines by looking at
trailing opening braces ('{') and leading closing braces ('}').
|
Benchmark |
Implements a scheme for benchmarking, i.e.
|
Benchmark.Reporter |
Interface used to report messages.
|
ByteArrayClassLoader |
This ClassLoader allows for the loading of a set of Java™ classes provided in class file format.
|
ByteArrayJavaFileManager<M extends javax.tools.JavaFileManager> |
A ForwardingJavaFileManager that stores JavaFileObject s in byte arrays, i.e.
|
ByteArrayJavaFileManager.ByteArrayJavaFileObject |
Byte array-based implementation of JavaFileObject .
|
CachingJavaSourceClassLoader |
A JavaSourceClassLoader that uses a resource storage provided by the application to cache
compiled classes and thus saving unnecessary recompilations.
|
ClassBodyDemo |
A test program that allows you to play with the ClassBodyEvaluator API.
|
ClassBodyEvaluator |
|
ClassBodyEvaluator |
The optionalClassLoader serves two purposes:
It is used to look for classes referenced by the class body.
|
ClassFile |
An object that represents the Java™ "class file" format.
|
ClassFile.AttributeInfo |
Representation of a class file attribute (see JVMS7 4.7).
|
ClassFile.CodeAttribute |
Representation of an unmodifiable "Code" attribute, as read from a class file.
|
ClassFile.CodeAttribute.ExceptionTableEntry |
Representation of an entry in the "exception_table" of a "Code" attribute (see JVMS 4.7.3).
|
ClassFile.ConstantClassInfo |
See JVMS7 4.4.1.
|
ClassFile.ConstantDoubleInfo |
See JVMS7 4.4.5.
|
ClassFile.ConstantFieldrefInfo |
See JVMS7 4.4.2.
|
ClassFile.ConstantFloatInfo |
See JVMS7 4.4.4.
|
ClassFile.ConstantIntegerInfo |
See JVMS7 4.4.4.
|
ClassFile.ConstantInterfaceMethodrefInfo |
See JVMS7 4.4.2.
|
ClassFile.ConstantLongInfo |
See JVMS7 4.4.5.
|
ClassFile.ConstantMethodrefInfo |
See JVMS7 4.4.2.
|
ClassFile.ConstantNameAndTypeInfo |
See JVMS7 4.4.6.
|
ClassFile.ConstantPoolInfo |
Base for various the constant pool table entry types.
|
ClassFile.ConstantStringInfo |
See JVMS7 4.4.3.
|
ClassFile.ConstantUtf8Info |
See JVMS7 4.4.7.
|
ClassFile.ConstantValueAttribute |
Representation of a "ConstantValue" attribute (see JVMS 4.7.2).
|
ClassFile.ConstantValuePoolInfo |
Intermediate base class for constant pool table entry types that have 'value' semantics: Double, Float,
Integer, Long, String
|
ClassFile.DeprecatedAttribute |
Representation of a "Deprecated" attribute (see JVMS 4.7.10).
|
ClassFile.ExceptionsAttribute |
Representation of an "Exceptions" attribute (see JVMS 4.7.4).
|
ClassFile.FieldInfo |
Representation of a "method_info" structure, as defined by JVMS7 4.5.
|
ClassFile.InnerClassesAttribute |
Representation of an "InnerClasses" attribute (see JVMS 4.7.5).
|
ClassFile.InnerClassesAttribute.Entry |
The structure of the classes array as described in JVMS7 4.7.6.
|
ClassFile.LineNumberTableAttribute |
Representation of a "LineNumberTable" attribute (see JVMS 4.7.8).
|
ClassFile.LineNumberTableAttribute.Entry |
The structure of the entries in the line_number_table , as described in JVMS7 4.7.12.
|
ClassFile.LocalVariableTableAttribute |
Representation of a "LocalVariableTable" attribute (see JVMS 4.7.9).
|
ClassFile.LocalVariableTableAttribute.Entry |
The structure of the entries in the local_variable_table , as described in JVMS7 4.7.13.
|
ClassFile.SourceFileAttribute |
Representation of a "SourceFile" attribute (see JVMS 4.7.7).
|
ClassFile.SyntheticAttribute |
Representation of a "Synthetic" attribute (see JVMS 4.7.6).
|
ClassFileIClass |
|
ClassLoaderIClassLoader |
|
CodeContext |
The context of the compilation of a function (constructor or method).
|
CodeContext.ExceptionTableEntry |
Representation of an entry in the "exception_table" of a "Code" attribute (see JVMS 4.7.3).
|
CodeContext.FixUp |
|
CompileException |
An exception that reflects an error during compilation.
|
Compiler |
A simplified substitute for the javac tool.
|
Compiler.SimpleWarningHandler |
Prints warnings to STDERR.
|
CompilerFactory |
|
CompilerFactory |
|
CompilerFactoryFactory |
|
Cookable |
|
DeclarationCounter |
An example application for the Traverser :
Reads, scans and parses the files named on the command line and counts
several kinds of declarations.
|
DemoBase |
Common base class for the "...Demo" classes that demostrate Janino.
|
Descriptor |
Helper class that defines useful methods for handling "field descriptors"
(JVMS 4.3.2) and "method descriptors" (JVMS 4.3.3).
|
DirectoryIterator |
An Iterator that finds the normal File s who's names are
accepted by the
fileNameFilter and
that exist in the given rootDirectory ,
and those that exist in all subdirectories of the
rootDirectory who's names are
FilenameFilter.accept(java.io.File, java.lang.String) ed by the
directoryNameFilter
|
DirectoryResourceCreator |
Creates a resource in a given directory:
|
DirectoryResourceFinder |
|
EnumerationIterator<T> |
An Iterator that iterates over the elements of an Enumeration .
|
Enumerator |
A class that represents an enumerated value.
|
EnumeratorFormatException |
Represents a problem related to parsing Enumerator s.
|
ErrorHandler |
Processes an error issued by the compiler.
|
ExpressionDemo |
|
ExpressionEvaluator |
This IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one
class with one static method with one RETURN statement.
|
ExpressionEvaluator |
This IExpressionEvaluator is implemented by creating and compiling a temporary
compilation unit defining one class with one static method with one RETURN statement.
|
FileInputJavaFileManager |
A ForwardingJavaFileManager that maps accesses to a particular JavaFileManager.Location and JavaFileObject.Kind to
a path-based search in the file system.
|
FileResource |
Representation of a resource that is a File .
|
FileResourceCreator |
Stores a stream of bytes in a named resource.
|
FileResourceFinder |
This class specializes the ResourceFinder
for finding resources in File s.
|
FilterIterator<T> |
An Iterator that retrieves its elements from a delegate Iterator .
|
FilterListIterator<T> |
An ListIterator that retrieves its elements from a delegate ListIterator .
|
FilterWarningHandler |
Invokes a delegate iff the handle of the warning matches one or more of a set of StringPattern s.
|
HprofScrubber |
Example for object allocation statistics:
java -Xrunhprof:heap=sites,monitor=n,cutoff=0,depth=4 MyClass
|
HprofScrubber.Sample |
|
HprofScrubber.Site |
|
IClass |
A simplified equivalent to "java.lang.reflect".
|
IClass.IMember |
Base for the members of an IClass .
|
IClass.PrimitiveIClass |
|
IClassBodyEvaluator |
Parses a class body and returns it as a Class object ready for use with
java.lang.reflect.
|
IClassLoader |
|
ICompilerFactory |
|
ICookable |
"Cooking" means scanning a sequence of characters and turning them into some
JVM-executable artifact.
|
IExpressionEvaluator |
An engine that evaluates expressions in Java™ bytecode.
|
IScriptEvaluator |
An engine that executes a script in Java™ bytecode.
|
ISimpleCompiler |
A simplified Java™ compiler that can compile only a single compilation unit.
|
IteratorCollection<T> |
A Collection that lazily reads its elements from an
Iterator .
|
JaninoRuntimeException |
All Janino components that throw RuntimeException throw this subclass
to allow for client libraries to intercept them more easily.
|
JarDirectoriesResourceFinder |
Finds resources in any of the "*.jar" files that exist in a given set of directories.
|
Java |
This wrapper class defines classes that represent the elements of the
Java™ programming language.
|
Java.AbstractTypeBodyDeclaration |
|
Java.AbstractTypeDeclaration |
|
Java.AlternateConstructorInvocation |
Representation of a JLS7 8.8.7.1.
|
Java.AmbiguousName |
Representation of a JLS7 6.5.2 'ambiguous name'.
|
Java.Annotation |
Representation of a Java ™ annotation.
|
Java.AnonymousClassDeclaration |
Representation of a JLS7 15.9.5 'anonymous class declaration'.
|
Java.ArrayAccessExpression |
Representation of a JLS7 15.13 'array access expression'.
|
Java.ArrayInitializer |
Representation of a JLS7 10.6 'array initializer'.
|
Java.ArrayInitializerOrRvalue |
|
Java.ArrayLength |
Representation of the JLS7 10.7 array type 'length' pseudo-member.
|
Java.ArrayType |
Representation of a JLS7 10.1 'array type'.
|
Java.AssertStatement |
Representation of the JLS7 14.10 ASSERT statement.
|
Java.Assignment |
Representation of all JLS7 15.26 assignments.
|
Java.Atom |
|
Java.BasicType |
Representation of a JLS7 18 "basic type" (obviously equivalent to a JLS7 4.2 "primitive type").
|
Java.BinaryOperation |
Representation of all non-operand-modifying binary operations.
|
Java.Block |
Representation of a Java™ "block" (JLS7 14.2).
|
Java.BlockStatement |
Everything that can be compiled to code, e.g.
|
Java.BooleanLiteral |
Representation of a "boolean literal" (JLS7 3.10.3) (type boolean ).
|
Java.BooleanRvalue |
Base class for Java.Rvalue s that compile better as conditional branches.
|
Java.BreakableStatement |
Base class for statements that can be terminated abnormally with a "break" statement.
|
Java.BreakStatement |
Representation of the JLS7 14.15 BREAK statement.
|
Java.Cast |
Representation of a JLS7 15.16 'cast expression'.
|
Java.CatchClause |
Representation of a JLS7 14.20.1 CATCH clause.
|
Java.CharacterLiteral |
Representation of a "character literal" (JLS7 3.10.4) (type char ).
|
Java.ClassDeclaration |
Base for the various class declaration kinds.
|
Java.ClassLiteral |
Representation of a JLS7 15.8.2 'class literal'.
|
Java.CompilationUnit |
|
Java.CompilationUnit.ImportDeclaration |
Base class for the various IMPORT declarations.
|
Java.CompilationUnit.SingleStaticImportDeclaration |
Represents a single static import declaration like
|
Java.CompilationUnit.SingleTypeImportDeclaration |
Represents a 'single-type import declaration' like 'import java.util.Map; '.
|
Java.CompilationUnit.StaticImportOnDemandDeclaration |
Represents a static-import-on-demand declaration like
|
Java.CompilationUnit.TypeImportOnDemandDeclaration |
Represents a type-import-on-demand declaration like import java.util.*; .
|
Java.ConditionalExpression |
Representation of a JLS7 15.25 'conditional operation'.
|
Java.ConstructorDeclarator |
Representation of a constructor declarator.
|
Java.ConstructorInvocation |
|
Java.ContinuableStatement |
Base class for statements that support the 'continue' statement.
|
Java.ContinueStatement |
Representation of the JLS7 14.16 CONTINUE statement.
|
Java.Crement |
Representation of a JLS7 15.14.2 'postfix increment operation', a JLS7 15.14.3 'postfix decrement operation', a
JLS7 15.15.1 'prefix increment operation' or a JLS7 15.15.2 'prefix decrement operation'.
|
Java.DocCommentable |
Representation of a Java™ element that can be annotated with a DOC comment ('/** ...
|
Java.DoStatement |
Representation of a JLS7 14.13 DO statement.
|
Java.ElementValue |
|
Java.ElementValueArrayInitializer |
An element value in the form of an array initializer, e.g.
|
Java.ElementValuePair |
|
Java.EmptyStatement |
Representation of the "empty statement", i.e.
|
Java.EnclosingScopeOfTypeDeclaration |
|
Java.ExpressionStatement |
Representation of the JLS7 14.8 'expression statement'.
|
Java.FieldAccess |
Representation of an access to a field of a class or an interface.
|
Java.FieldAccessExpression |
Representation of a JLS7 15.11 'field access expression', including the "array length" pseudo field access.
|
Java.FieldDeclaration |
This class is derived from "Statement", because it provides for the
initialization of the field.
|
Java.FloatingPointLiteral |
Representation of a "floating-point literal" (JLS7 3.10.2) (types float and double ).
|
Java.ForEachStatement |
Representation of a JLS7 14.14.2 'enhanced FOR statement'.
|
Java.ForStatement |
Representation of a JLS7 14.14.1 'basic FOR statement'.
|
Java.FunctionDeclarator |
|
Java.FunctionDeclarator.FormalParameter |
Representation of a (formal) function parameter.
|
Java.FunctionDeclarator.FormalParameters |
Representation of the (formal) function parameters.
|
Java.IfStatement |
Representation of a JLS7 14.9 IF statement.
|
Java.Initializer |
Representation of an 'instance initializer' (JLS7 8.6) or 'static initializer' (JLS7 8.7).
|
Java.InnerClassDeclaration |
Represents the declaration of an inner class, i.e.
|
Java.Instanceof |
Representation of a JLS7 15.20.2 'type comparison operation'.
|
Java.IntegerLiteral |
Representation of an "integer literal" (JLS7 3.10.1) (types int and long ).
|
Java.InterfaceDeclaration |
Base for the various interface declaration kinds.
|
Java.Invocation |
|
Java.LabeledStatement |
Representation of a JLS7 14.7 'labeled statement'.
|
Java.Literal |
Abstract base class for the various Java™ literals; see JLS7 3.10.
|
Java.LocalClassDeclaration |
Representation of a 'local class declaration' i.e.
|
Java.LocalClassDeclarationStatement |
Representation of the JLS7 14.3 'local class declaration statement'.
|
Java.LocalVariable |
Representation of a local variable while it is in scope during compilation.
|
Java.LocalVariableAccess |
Representation of a local variable access -- used during compilation.
|
Java.LocalVariableDeclarationStatement |
Representation of a JLS7 14.4 'local variable declaration statement'.
|
Java.LocalVariableSlot |
All local variables have a slot number; local variables that get written into the 'localvariabletable'
also have a start and end offset that defines the variable's extent in the bytecode.
|
Java.Locatable |
This interface is implemented by objects which are associated with a location in the source code.
|
Java.Located |
|
Java.Lvalue |
Representation of an "lvalue", i.e.
|
Java.MarkerAnnotation |
Repreentation of a 'marker annotation', i.e.
|
Java.MemberClassDeclaration |
Representation of a 'member class declaration', i.e.
|
Java.MemberInterfaceDeclaration |
Representation of a 'member interface declaration', i.e.
|
Java.MemberTypeDeclaration |
Represents a class or interface declaration where the immediately enclosing scope is
another class or interface declaration.
|
Java.MethodDeclarator |
Representation of a method declarator.
|
Java.MethodInvocation |
Representation of a JLS7 15.12 'method invocation expression'.
|
Java.Modifiers |
Representation of the modifier flags and annotations that are associated with a declaration.
|
Java.NamedClassDeclaration |
Base for the various named class declarations.
|
Java.NamedTypeDeclaration |
Represents the declaration of a class or an interface that has a name.
|
Java.NewAnonymousClassInstance |
Representation of a JLS7 15.9 'anonymous class instance creation expression'.
|
Java.NewArray |
Representation of a JLS7 15.10 'array creation expression'.
|
Java.NewClassInstance |
Representation of a JLS7 'class instance creation expression'.
|
Java.NewInitializedArray |
Representation of a JLS7 15.10 'array creation expression'.
|
Java.NormalAnnotation |
A 'normal annotation', i.e.
|
Java.NullLiteral |
Representation of a "null literal" (JLS7 3.10.7).
|
Java.Package |
Representation of a JLS7 6.5.2.1.5 'package name'.
|
Java.PackageDeclaration |
Representation of a package declaration like package com.acme.tools; .
|
Java.PackageMemberClassDeclaration |
Implementation of a 'package member class declaration', a.k.a.
|
Java.PackageMemberInterfaceDeclaration |
Representation of a 'package member interface declaration', a.k.a.
|
Java.PackageMemberTypeDeclaration |
Represents a class or interface declaration on compilation unit level.
|
Java.Padder |
|
Java.ParameterAccess |
'Artificial' operation for accessing the parameters of the synthetic constructor of an anonymous class.
|
Java.ParenthesizedExpression |
Representation of a JLS7 15.8.5 'parenthesized expression'.
|
Java.QualifiedThisReference |
Representation of an JLS7 15.8.4 access to the current object or an enclosing instance.
|
Java.ReferenceType |
representation of a JLS7 4.3 reference type.
|
Java.ReturnStatement |
Representation of the JLS7 14.17 RETURN statement.
|
Java.Rvalue |
Representation of an "rvalue", i.e.
|
Java.RvalueMemberType |
Representation of the first part of a JLS7 15.9 'Qualified class instance creation expression': The 'a.new
MyClass' part of 'a.new MyClass(...)'.
|
Java.Scope |
Representation of a Java™ 'scope', e.g.
|
Java.SimpleConstant |
This class is not used when code is parsed; it is intended for "programmatic" literals.
|
Java.SimpleType |
This class is not used when code is parsed; it is intended for "programmatic" types.
|
Java.SingleElementAnnotation |
Representation of a 'single-element annotation', i.e.
|
Java.Statement |
Everything that can occur in the body of a method or in a block.
|
Java.StringLiteral |
Representation of a "string literal" (JLS7 3.10.5) (type String ).
|
Java.SuperclassFieldAccessExpression |
Representation of an JLS7 'superclass field access expression', e.g.
|
Java.SuperclassMethodInvocation |
Representation of a JLS7 15.12.1.1.3 'superclass method invocation'.
|
Java.SuperConstructorInvocation |
Representation of a JLS7 8.8.7.1.
|
Java.SwitchStatement |
The JLS7 14.10 "switch" Statement.
|
Java.SwitchStatement.SwitchBlockStatementGroup |
Representation of a 'switch block statement group' as defined in JLS7 14.11.
|
Java.SynchronizedStatement |
Representation of a JLS7 14.9 SYNCHRONIZED statement.
|
Java.ThisReference |
Representation of an JLS7 15.8.3 access to the innermost enclosing instance.
|
Java.ThrowStatement |
Representation of a JLS7 14.18 THROW statement.
|
Java.TryStatement |
Representation of a JLS7 14.20 TRY statement.
|
Java.Type |
Representation of a Java™ type.
|
Java.TypeArgument |
Representation of a JLS7 4.5.1 type argument.
|
Java.TypeBodyDeclaration |
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration".
|
Java.TypeDeclaration |
Base for the various kinds of type declarations, e.g.
|
Java.TypeParameter |
Representation of a type parameter (which declares a type variable).
|
Java.UnaryOperation |
Representation of a JLS7 15.15.3 'unary plus operator', a JLS7 15.15.4 'unary minus operator', a JLS7 15.15.5
'bitwise complement operator' or a JLS7 15.15.6 'logical complement operator'.
|
Java.VariableDeclarator |
Used by FieldDeclaration and LocalVariableDeclarationStatement.
|
Java.WhileStatement |
Representation of the JLS7 14.2 WHILE statement.
|
Java.Wildcard |
Representation of a JLS7 4.5.1 'wildcard'.
|
JavaFileManagerClassLoader |
A ClassLoader that loads classes through a JavaFileManager .
|
JavaSourceClassLoader |
A ClassLoader that loads classes by looking for their source files through a 'source path' and compiling
them on-the-fly.
|
JavaSourceClassLoader |
A ClassLoader that, unlike usual ClassLoader s,
does not load byte code, but reads Java™ source code and then scans, parses,
compiles and loads it into the virtual machine.
|
JavaSourceClassLoader.DiagnosticException |
|
JavaSourceIClassLoader |
This IClassLoader finds, scans and parses compilation units.
|
JGrep |
Reads a set of compilation units from the file system and searches it for specific
Java™ constructs, e.g.
|
JGrep.Action |
|
JGrep.MethodInvocationAction |
An entity that does something with a method invocation, e.g.
|
JGrep.MethodInvocationPredicate |
A predicate that examines a method invocation.
|
JGrep.MethodInvocationTarget |
|
LazyMultiResourceFinder |
|
LocatedException |
An Exception that is associated with an optional Location in a source file.
|
Location |
Represents the location of a character in a document, as defined by an optional file name, a
line number and a column number.
|
MapResourceCreator |
Creates resources as byte arrays in a delegate Map .
|
MapResourceFinder |
A ResourceFinder that provides access
to resource stored as byte arrays in a Map .
|
MethodDescriptor |
Representation of a "method descriptor" (JVMS 4.3.3).
|
Mod |
This class defines constants and convenience methods for the handling of modifiers as defined by the JVM.
|
MultiDimensionalIterator |
An Iterator that iterates over a delegate, which produces
arrays, Collection s, Enumeration s or
Iterator s.
|
MultiIterator<T> |
An Iterator that traverses a Collection of Iterator s.
|
MultiReader |
Similar to FilterReader , but when the first delegate is at end-of-input, it continues
with reading from the next delegate.
|
MultiResourceFinder |
|
Opcode |
Definitions of Java bytecode opcodes.
|
Parser |
A parser for the Java™ programming language.
|
Parser.ClassDeclarationContext |
Enumerator for the kinds of context where a class declaration can occur.
|
Parser.InterfaceDeclarationContext |
Enumerator for the kinds of context where an interface declaration can occur.
|
PathResourceFinder |
A ResourceFinder that finds its resources along a "path"
consisting of JAR file names, ZIP file names, and directory names.
|
PrimitiveWrapper |
A helper class that wraps primitive values in their wrapper classes.
|
Producer<T> |
|
ProducerIterator<T> |
An Iterator that iterates over all the objects produced by a delegate Producer .
|
ReflectionIClass |
|
Resource |
|
ResourceCreator |
Opens a resource, characterized by a name, for writing.
|
ResourceFinder |
Finds a resource by name.
|
ResourceFinderClassLoader |
|
ResourceFinderIClassLoader |
|
ReverseListIterator<T> |
A ListIterator that reverses the direction of all operations
of a delegate ListIterator .
|
Scanner |
Splits up a character stream into tokens and returns them as
String objects.
|
ScriptDemo |
A test program that allows you to play around with the
ScriptEvaluator class.
|
ScriptEvaluator |
|
ScriptEvaluator |
A number of "convenience constructors" exist that execute the setup steps instantly.
|
ShippingCost |
|
SimpleCompiler |
|
SimpleCompiler |
|
StringPattern |
Implementation of a UNIX shell-like string pattern algorithm.
|
TeeReader |
A FilterReader that copies the bytes being passed through
to a given Writer .
|
TransformingIterator<T1,T2> |
An Iterator that transforms its elements on-the-fly.
|
Traverser |
This class traverses the subnodes of an AST.
|
TraversingIterator |
An Iterator that iterates over a delegate, and while it encounters an array, a Collection , an Enumeration or a Iterator element, it iterates over it
recursively.
|
UncheckedCompileException |
A wrapper for a CompileException that extends RuntimeException and is thus unchecked.
|
UnicodeUnescapeException |
Represents a problem that occurred while unescaping a unicode escape
sequence through a UnicodeUnescapeReader .
|
UnicodeUnescapeReader |
A FilterReader that unescapes the "Unicode Escapes" as described in JLS7 3.10.6.
|
UnitCompiler |
This class actually implements the Java™ compiler.
|
UnitCompiler.Compilable |
Helper interface for string conversion.
|
UnitCompiler.SimpleIField |
Short-hand implementation of IClass.IField that implements a non-constant, non-static,
package-accessible field.
|
UniterableElementException |
|
UnparseVisitor |
A visitor that unparses (un-compiles) an AST to a Writer .
|
Visitor |
Basis for the "visitor" pattern as described in "Gamma, Helm, Johnson, Vlissides: Design Patterns".
|
Visitor.AnnotationVisitor |
|
Visitor.AtomVisitor |
|
Visitor.BlockStatementVisitor |
|
Visitor.ComprehensiveVisitor |
|
Visitor.ElementValueVisitor |
|
Visitor.FunctionDeclaratorVisitor |
|
Visitor.ImportVisitor |
|
Visitor.LvalueVisitor |
|
Visitor.RvalueVisitor |
|
Visitor.TypeArgumentVisitor |
|
Visitor.TypeBodyDeclarationVisitor |
The visitor for all kinds of Java.TypeBodyDeclaration s (declarations that may appear in the body of a
type declaration).
|
Visitor.TypeDeclarationVisitor |
|
Visitor.TypeVisitor |
|
WarningHandler |
Processes a warning issued by the compiler.
|
ZipFileResourceFinder |
|