A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- JaninoRuntimeException - Exception in org.codehaus.janino
-
All Janino components that throw
RuntimeException
throw this subclass to allow for client libraries to intercept them more easily. - JaninoRuntimeException() - Constructor for exception org.codehaus.janino.JaninoRuntimeException
- JaninoRuntimeException(String) - Constructor for exception org.codehaus.janino.JaninoRuntimeException
- JaninoRuntimeException(String, Throwable) - Constructor for exception org.codehaus.janino.JaninoRuntimeException
- JarDirectoriesResourceFinder - Class in org.codehaus.janino.util.resource
-
Finds resources in any of the "*.jar" files that exist in a given set of directories.
- JarDirectoriesResourceFinder(File[]) - Constructor for class org.codehaus.janino.util.resource.JarDirectoriesResourceFinder
- Java - Class in org.codehaus.janino
-
This wrapper class defines classes that represent the elements of the Java™ programming language.
- JAVA_IO_SERIALIZABLE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the interface
Serializable
. - JAVA_IO_SERIALIZABLE - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_ASSERTIONERROR - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
AssertionError
. - JAVA_LANG_ASSERTIONERROR - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_BOOLEAN - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Boolean
. - JAVA_LANG_BOOLEAN - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_BYTE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Byte
. - JAVA_LANG_BYTE - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_CHARACTER - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Character
. - JAVA_LANG_CHARACTER - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_CLASS - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
Class
. - JAVA_LANG_CLASS - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_CLONEABLE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the interface
Cloneable
. - JAVA_LANG_CLONEABLE - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_DOUBLE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Double
. - JAVA_LANG_DOUBLE - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_ERROR - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
Error
. - JAVA_LANG_ERROR - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_FLOAT - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Float
. - JAVA_LANG_FLOAT - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_INTEGER - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Integer
. - JAVA_LANG_INTEGER - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_LONG - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Long
. - JAVA_LANG_LONG - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_OBJECT - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
Object
. - JAVA_LANG_OBJECT - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_OVERRIDE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the annotation
Override
. - JAVA_LANG_OVERRIDE - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_RUNTIMEEXCEPTION - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
RuntimeException
. - JAVA_LANG_RUNTIMEEXCEPTION - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_SHORT - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the wrapper class
Short
. - JAVA_LANG_SHORT - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_STRING - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
String
. - JAVA_LANG_STRING - Variable in class org.codehaus.janino.IClassLoader
- JAVA_LANG_STRINGBUILDER - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
StringBuilder
. - JAVA_LANG_THROWABLE - Static variable in class org.codehaus.janino.Descriptor
-
The field descriptor for the class
Throwable
. - JAVA_LANG_THROWABLE - Variable in class org.codehaus.janino.IClassLoader
- Java.AbstractTypeBodyDeclaration - Class in org.codehaus.janino
- Java.AbstractTypeDeclaration - Class in org.codehaus.janino
- Java.AlternateConstructorInvocation - Class in org.codehaus.janino
- Java.AmbiguousName - Class in org.codehaus.janino
-
This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...()" methods.
- Java.Annotation - Interface in org.codehaus.janino
- Java.AnonymousClassDeclaration - Class in org.codehaus.janino
- Java.ArrayAccessExpression - Class in org.codehaus.janino
-
This class implements an array access.
- Java.ArrayInitializer - Class in org.codehaus.janino
-
Represents a Java™ array initializer (JLS 10.6).
- Java.ArrayInitializerOrRvalue - Interface in org.codehaus.janino
- Java.ArrayLength - Class in org.codehaus.janino
- Java.ArrayType - Class in org.codehaus.janino
-
Representation of a Java™ array type (JLS 10.1).
- Java.AssertStatement - Class in org.codehaus.janino
- Java.Assignment - Class in org.codehaus.janino
- Java.Atom - Class in org.codehaus.janino
- Java.BasicType - Class in org.codehaus.janino
-
Representation of a Java™ "basic type" (obviously equaivalent to a "primitive type") (JLS 4.2).
- Java.BinaryOperation - Class in org.codehaus.janino
-
Representation of all non-operand-modifying Java™ binary operations.
- Java.Block - Class in org.codehaus.janino
-
Representation of a Java™ "block" (JLS 14.2).
- Java.BlockStatement - Interface in org.codehaus.janino
-
Everything that can be compiled to code, e.g.
- Java.BooleanLiteral - Class in org.codehaus.janino
- Java.BooleanRvalue - Class in org.codehaus.janino
-
Base class for
Java.Rvalue
s that compile better as conditional branches. - Java.BreakableStatement - Class in org.codehaus.janino
-
Base class for statements that can be terminated abnormally with a "break" statement.
- Java.BreakStatement - Class in org.codehaus.janino
-
Representation of the Java™ "break" statement (JLS 14.14).
- Java.Cast - Class in org.codehaus.janino
- Java.CatchClause - Class in org.codehaus.janino
- Java.CharacterLiteral - Class in org.codehaus.janino
- Java.ClassDeclaration - Class in org.codehaus.janino
- Java.ClassLiteral - Class in org.codehaus.janino
- Java.CompilationUnit - Class in org.codehaus.janino
-
Holds the result of
Parser.parseCompilationUnit()
. - Java.CompilationUnit.ImportDeclaration - Class in org.codehaus.janino
- Java.CompilationUnit.SingleStaticImportDeclaration - Class in org.codehaus.janino
-
Represents a single static import declaration like
- Java.CompilationUnit.SingleTypeImportDeclaration - Class in org.codehaus.janino
-
Represents a single type import declaration like
- Java.CompilationUnit.StaticImportOnDemandDeclaration - Class in org.codehaus.janino
-
Represents a static-import-on-demand declaration like
- Java.CompilationUnit.TypeImportOnDemandDeclaration - Class in org.codehaus.janino
-
Represents a type-import-on-demand declaration like
- Java.ConditionalExpression - Class in org.codehaus.janino
- Java.ConstructorDeclarator - Class in org.codehaus.janino
- Java.ConstructorInvocation - Class in org.codehaus.janino
- Java.ContinuableStatement - Class in org.codehaus.janino
- Java.ContinueStatement - Class in org.codehaus.janino
-
Representation of the Java™ "continue" statement (JLS 14.15).
- Java.Crement - Class in org.codehaus.janino
-
Objects of this class represent represent one pre- or post-increment or decrement.
- Java.DocCommentable - Interface in org.codehaus.janino
- Java.DoStatement - Class in org.codehaus.janino
- Java.ElementValue - Interface in org.codehaus.janino
- Java.ElementValueArrayInitializer - Class in org.codehaus.janino
- Java.ElementValuePair - Class in org.codehaus.janino
- Java.EmptyStatement - Class in org.codehaus.janino
-
Represents the "empty statement", i.e.
- Java.EnclosingScopeOfTypeDeclaration - Class in org.codehaus.janino
-
Lazily determines and returns the enclosing
Java.Scope
of the givenJava.TypeDeclaration
. - Java.ExpressionStatement - Class in org.codehaus.janino
- Java.FieldAccess - Class in org.codehaus.janino
-
Representation of an access to a field of a class or an interface.
- Java.FieldAccessExpression - Class in org.codehaus.janino
-
This class implements class or interface field access, and also the "array length" expression "xy.length".
- Java.FieldDeclaration - Class in org.codehaus.janino
-
This class is derived from "Statement", because it provides for the initialization of the field.
- Java.FloatingPointLiteral - Class in org.codehaus.janino
- Java.ForStatement - Class in org.codehaus.janino
- Java.FunctionDeclarator - Class in org.codehaus.janino
-
Abstract base class for
Java.ConstructorDeclarator
andJava.MethodDeclarator
. - Java.FunctionDeclarator.FormalParameter - Class in org.codehaus.janino
- Java.IfStatement - Class in org.codehaus.janino
- Java.Initializer - Class in org.codehaus.janino
-
Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7).
- Java.Instanceof - Class in org.codehaus.janino
- Java.IntegerLiteral - Class in org.codehaus.janino
- Java.InterfaceDeclaration - Class in org.codehaus.janino
- Java.Invocation - Class in org.codehaus.janino
- Java.LabeledStatement - Class in org.codehaus.janino
- Java.Literal - Class in org.codehaus.janino
- Java.LocalClassDeclaration - Class in org.codehaus.janino
- Java.LocalClassDeclarationStatement - Class in org.codehaus.janino
- Java.LocalVariable - Class in org.codehaus.janino
-
Used during resolution.
- Java.LocalVariableAccess - Class in org.codehaus.janino
-
Representation of a local variable access -- used during compilation.
- Java.LocalVariableDeclarationStatement - Class in org.codehaus.janino
- Java.LocalVariableSlot - Class in org.codehaus.janino
-
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 - Interface in org.codehaus.janino
-
This interface is implemented by objects which are associated with a location in the source code.
- Java.Located - Class in org.codehaus.janino
- Java.Lvalue - Class in org.codehaus.janino
-
Representation of an "lvalue", i.e.
- Java.MarkerAnnotation - Class in org.codehaus.janino
- Java.MemberClassDeclaration - Class in org.codehaus.janino
- Java.MemberInterfaceDeclaration - Class in org.codehaus.janino
- Java.MemberTypeDeclaration - Interface in org.codehaus.janino
-
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.
- Java.MethodDeclarator - Class in org.codehaus.janino
- Java.MethodInvocation - Class in org.codehaus.janino
- Java.ModifiersAndAnnotations - Class in org.codehaus.janino
- Java.NamedClassDeclaration - Class in org.codehaus.janino
- Java.NamedTypeDeclaration - Interface in org.codehaus.janino
-
Represents the declaration of a class or an interface that has a name.
- Java.NewAnonymousClassInstance - Class in org.codehaus.janino
- Java.NewArray - Class in org.codehaus.janino
- Java.NewClassInstance - Class in org.codehaus.janino
- Java.NewInitializedArray - Class in org.codehaus.janino
- Java.NormalAnnotation - Class in org.codehaus.janino
- Java.NullLiteral - Class in org.codehaus.janino
- Java.Package - Class in org.codehaus.janino
- Java.PackageDeclaration - Class in org.codehaus.janino
-
Represents a package declaration like
- Java.PackageMemberClassDeclaration - Class in org.codehaus.janino
- Java.PackageMemberInterfaceDeclaration - Class in org.codehaus.janino
- Java.PackageMemberTypeDeclaration - Interface in org.codehaus.janino
-
Represents a class or interface declaration on compilation unit level.
- Java.ParameterAccess - Class in org.codehaus.janino
- Java.ParenthesizedExpression - Class in org.codehaus.janino
- Java.QualifiedThisReference - Class in org.codehaus.janino
-
Representation of an access to the current object or an enclosing instance.
- Java.ReferenceType - Class in org.codehaus.janino
- Java.ReturnStatement - Class in org.codehaus.janino
- Java.Rvalue - Class in org.codehaus.janino
-
Representation of an "rvalue", i.e.
- Java.RvalueMemberType - Class in org.codehaus.janino
- Java.Scope - Interface in org.codehaus.janino
- Java.SimpleType - Class in org.codehaus.janino
- Java.SingleElementAnnotation - Class in org.codehaus.janino
- Java.Statement - Class in org.codehaus.janino
-
Everything that can occur in the body of a method or in a block.
- Java.StringLiteral - Class in org.codehaus.janino
- Java.SuperclassFieldAccessExpression - Class in org.codehaus.janino
-
Representation of "super.fld" and "Type.super.fld".
- Java.SuperclassMethodInvocation - Class in org.codehaus.janino
- Java.SuperConstructorInvocation - Class in org.codehaus.janino
- Java.SwitchStatement - Class in org.codehaus.janino
-
14.10 The "switch" Statement
- Java.SwitchStatement.SwitchBlockStatementGroup - Class in org.codehaus.janino
- Java.SynchronizedStatement - Class in org.codehaus.janino
- Java.ThisReference - Class in org.codehaus.janino
-
Representation of an access to the innermost enclosing instance.
- Java.ThrowStatement - Class in org.codehaus.janino
- Java.TryStatement - Class in org.codehaus.janino
- Java.Type - Class in org.codehaus.janino
-
Representation of a Java™ type.
- Java.TypeBodyDeclaration - Interface in org.codehaus.janino
-
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration".
- Java.TypeDeclaration - Interface in org.codehaus.janino
- Java.UnaryOperation - Class in org.codehaus.janino
-
This class implements the unary operators "+", "-", "~" and "!".
- Java.VariableDeclarator - Class in org.codehaus.janino
-
Used by FieldDeclaration and LocalVariableDeclarationStatement.
- Java.WhileStatement - Class in org.codehaus.janino
- JavaFileManagerClassLoader - Class in org.codehaus.commons.compiler.jdk
- JavaFileManagerClassLoader(JavaFileManager) - Constructor for class org.codehaus.commons.compiler.jdk.JavaFileManagerClassLoader
- JavaFileManagerClassLoader(JavaFileManager, ClassLoader) - Constructor for class org.codehaus.commons.compiler.jdk.JavaFileManagerClassLoader
- JavaSourceClassLoader - Class in org.codehaus.commons.compiler.jdk
- JavaSourceClassLoader - Class in org.codehaus.janino
-
A
ClassLoader
that, unlike usualClassLoader
s, does not load byte code, but reads Java™ source code and then scans, parses, compiles and loads it into the virtual machine. - JavaSourceClassLoader() - Constructor for class org.codehaus.commons.compiler.jdk.JavaSourceClassLoader
- JavaSourceClassLoader() - Constructor for class org.codehaus.janino.JavaSourceClassLoader
- JavaSourceClassLoader(ClassLoader) - Constructor for class org.codehaus.commons.compiler.jdk.JavaSourceClassLoader
- JavaSourceClassLoader(ClassLoader) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
- JavaSourceClassLoader(ClassLoader, File[], String) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
-
Set up a
JavaSourceClassLoader
that finds Java™ source code in a file that resides in either of the directories specified by the given source path. - JavaSourceClassLoader(ClassLoader, ResourceFinder, String) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
-
Set up a
JavaSourceClassLoader
that finds Java™ source code through a givenResourceFinder
. - JavaSourceClassLoader.DiagnosticException - Exception in org.codehaus.commons.compiler.jdk
- JavaSourceIClassLoader - Class in org.codehaus.janino
-
This
IClassLoader
finds, scans and parses compilation units. - JavaSourceIClassLoader(ResourceFinder, String, Set, IClassLoader) - Constructor for class org.codehaus.janino.JavaSourceIClassLoader
-
Notice that the
unitCompilers
set is both read and written by theJavaSourceIClassLoader
: As it searches forIClass
es, it looks intounitCompilers
for class declarations, and as it opens, scans and parses compilation units on-the-fly, it adds them tounitCompilers
. - JGrep - Class in org.codehaus.janino.tools
-
Reads a set of compilation units from the file system and searches it for specific Java™ constructs, e.g.
- JGrep(File[], File[], File[], String, boolean) - Constructor for class org.codehaus.janino.tools.JGrep
- JGrep(IClassLoader, String, boolean) - Constructor for class org.codehaus.janino.tools.JGrep
- join(Object[], String) - Static method in class org.codehaus.janino.Java
- join(Object[], String, int, int) - Static method in class org.codehaus.janino.Java
- JUMP_IF_FALSE - Static variable in class org.codehaus.janino.Java.Rvalue
- JUMP_IF_TRUE - Static variable in class org.codehaus.janino.Java.Rvalue
All Classes All Packages