janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z

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.AbstractTypeBodyDeclaration - Class in org.codehaus.janino
Abstract implementation of Java.TypeBodyDeclaration.
Java.AbstractTypeBodyDeclaration(Location, boolean) - Constructor for class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
 
Java.AbstractTypeDeclaration - Class in org.codehaus.janino
Abstract implementation of Java.TypeDeclaration.
Java.AbstractTypeDeclaration(Location, Java.Modifiers) - Constructor for class org.codehaus.janino.Java.AbstractTypeDeclaration
 
Java.AlternateConstructorInvocation - Class in org.codehaus.janino
Representation of a JLS7 8.8.7.1.
Java.AlternateConstructorInvocation(Location, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.AlternateConstructorInvocation
 
Java.AmbiguousName - Class in org.codehaus.janino
Representation of a JLS7 6.5.2 'ambiguous name'.
Java.AmbiguousName(Location, String[]) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.AmbiguousName(Location, String[], int) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.Annotation - Interface in org.codehaus.janino
Representation of a Java ™ annotation.
Java.AnonymousClassDeclaration - Class in org.codehaus.janino
Representation of a JLS7 15.9.5 'anonymous class declaration'.
Java.AnonymousClassDeclaration(Location, Java.Type) - Constructor for class org.codehaus.janino.Java.AnonymousClassDeclaration
 
Java.ArrayAccessExpression - Class in org.codehaus.janino
Representation of a JLS7 15.13 'array access expression'.
Java.ArrayAccessExpression(Location, Java.Rvalue, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ArrayAccessExpression
 
Java.ArrayInitializer - Class in org.codehaus.janino
Representation of a JLS7 10.6 'array initializer'.
Java.ArrayInitializer(Location, Java.ArrayInitializerOrRvalue[]) - Constructor for class org.codehaus.janino.Java.ArrayInitializer
 
Java.ArrayInitializerOrRvalue - Interface in org.codehaus.janino
The union of Java.ElementValueArrayInitializer and Java.Rvalue.
Java.ArrayLength - Class in org.codehaus.janino
Representation of the JLS7 10.7 array type 'length' pseudo-member.
Java.ArrayLength(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ArrayLength
 
Java.ArrayType - Class in org.codehaus.janino
Representation of a JLS7 10.1 'array type'.
Java.ArrayType(Java.Type) - Constructor for class org.codehaus.janino.Java.ArrayType
 
Java.AssertStatement - Class in org.codehaus.janino
Representation of the JLS7 14.10 ASSERT statement.
Java.AssertStatement(Location, Java.Rvalue, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.AssertStatement
 
Java.Assignment - Class in org.codehaus.janino
Representation of all JLS7 15.26 assignments.
Java.Assignment(Location, Java.Lvalue, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.Assignment
 
Java.Atom - Class in org.codehaus.janino
Abstract base class for Java.Type, Java.Rvalue and Java.Lvalue.
Java.Atom(Location) - Constructor for class org.codehaus.janino.Java.Atom
 
Java.BasicType - Class in org.codehaus.janino
Representation of a JLS7 18 "basic type" (obviously equivalent to a JLS7 4.2 "primitive type").
Java.BasicType(Location, int) - Constructor for class org.codehaus.janino.Java.BasicType
 
Java.BinaryOperation - Class in org.codehaus.janino
Representation of all non-operand-modifying binary operations.
Java.BinaryOperation(Location, Java.Rvalue, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.BinaryOperation
 
Java.Block - Class in org.codehaus.janino
Representation of a Java™ "block" (JLS7 14.2).
Java.Block(Location) - Constructor for class org.codehaus.janino.Java.Block
 
Java.BlockStatement - Interface in org.codehaus.janino
Everything that can be compiled to code, e.g. the statements occurring in the body of a method or in a block, explicit constructor invocations and instance/static initializers.
Java.BooleanLiteral - Class in org.codehaus.janino
Representation of a "boolean literal" (JLS7 3.10.3) (type boolean).
Java.BooleanLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.BooleanLiteral
 
Java.BooleanRvalue - Class in org.codehaus.janino
Base class for Java.Rvalues that compile better as conditional branches.
Java.BooleanRvalue(Location) - Constructor for class org.codehaus.janino.Java.BooleanRvalue
 
Java.BreakableStatement - Class in org.codehaus.janino
Base class for statements that can be terminated abnormally with a "break" statement.
Java.BreakableStatement(Location) - Constructor for class org.codehaus.janino.Java.BreakableStatement
 
Java.BreakStatement - Class in org.codehaus.janino
Representation of the JLS7 14.15 BREAK statement.
Java.BreakStatement(Location, String) - Constructor for class org.codehaus.janino.Java.BreakStatement
 
Java.Cast - Class in org.codehaus.janino
Representation of a JLS7 15.16 'cast expression'.
Java.Cast(Location, Java.Type, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.Cast
 
Java.CatchClause - Class in org.codehaus.janino
Representation of a JLS7 14.20.1 CATCH clause.
Java.CatchClause(Location, Java.FunctionDeclarator.FormalParameter, Java.Block) - Constructor for class org.codehaus.janino.Java.CatchClause
 
Java.CharacterLiteral - Class in org.codehaus.janino
Representation of a "character literal" (JLS7 3.10.4) (type char).
Java.CharacterLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.CharacterLiteral
 
Java.ClassDeclaration - Class in org.codehaus.janino
Base for the various class declaration kinds.
Java.ClassDeclaration(Location, Java.Modifiers) - Constructor for class org.codehaus.janino.Java.ClassDeclaration
 
Java.ClassLiteral - Class in org.codehaus.janino
Representation of a JLS7 15.8.2 'class literal'.
Java.ClassLiteral(Location, Java.Type) - Constructor for class org.codehaus.janino.Java.ClassLiteral
 
Java.CompilationUnit - Class in org.codehaus.janino
Holds the result of Parser.parseCompilationUnit().
Java.CompilationUnit(String) - Constructor for class org.codehaus.janino.Java.CompilationUnit
 
Java.CompilationUnit.ImportDeclaration - Class in org.codehaus.janino
Base class for the various IMPORT declarations.
Java.CompilationUnit.ImportDeclaration(Location) - Constructor for class org.codehaus.janino.Java.CompilationUnit.ImportDeclaration
 
Java.CompilationUnit.SingleStaticImportDeclaration - Class in org.codehaus.janino
Represents a single static import declaration like import java.util.Collections.EMPTY_MAP;
Java.CompilationUnit.SingleStaticImportDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.SingleStaticImportDeclaration
 
Java.CompilationUnit.SingleTypeImportDeclaration - Class in org.codehaus.janino
Represents a 'single-type import declaration' like 'import java.util.Map;'.
Java.CompilationUnit.SingleTypeImportDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.SingleTypeImportDeclaration
 
Java.CompilationUnit.StaticImportOnDemandDeclaration - Class in org.codehaus.janino
Represents a static-import-on-demand declaration like import java.util.Collections.
Java.CompilationUnit.StaticImportOnDemandDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.StaticImportOnDemandDeclaration
 
Java.CompilationUnit.TypeImportOnDemandDeclaration - Class in org.codehaus.janino
Represents a type-import-on-demand declaration like import java.util.*;.
Java.CompilationUnit.TypeImportOnDemandDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.TypeImportOnDemandDeclaration
 
Java.ConditionalExpression - Class in org.codehaus.janino
Representation of a JLS7 15.25 'conditional operation'.
Java.ConditionalExpression(Location, Java.Rvalue, Java.Rvalue, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ConditionalExpression
 
Java.ConstructorDeclarator - Class in org.codehaus.janino
Representation of a constructor declarator.
Java.ConstructorDeclarator(Location, String, Java.Modifiers, Java.FunctionDeclarator.FormalParameters, Java.Type[], Java.ConstructorInvocation, List<Java.BlockStatement>) - Constructor for class org.codehaus.janino.Java.ConstructorDeclarator
 
Java.ConstructorInvocation - Class in org.codehaus.janino
Abstract bas class for Java.SuperConstructorInvocation and Java.AlternateConstructorInvocation.
Java.ConstructorInvocation(Location, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.ConstructorInvocation
 
Java.ContinuableStatement - Class in org.codehaus.janino
Base class for statements that support the 'continue' statement.
Java.ContinuableStatement(Location, Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.ContinuableStatement
 
Java.ContinueStatement - Class in org.codehaus.janino
Representation of the JLS7 14.16 CONTINUE statement.
Java.ContinueStatement(Location, String) - Constructor for class org.codehaus.janino.Java.ContinueStatement
 
Java.Crement - Class in org.codehaus.janino
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.Crement(Location, String, Java.Lvalue) - Constructor for class org.codehaus.janino.Java.Crement
 
Java.Crement(Location, Java.Lvalue, String) - Constructor for class org.codehaus.janino.Java.Crement
 
Java.DocCommentable - Interface in org.codehaus.janino
Representation of a Java™ element that can be annotated with a DOC comment ('/** ... */').
Java.DoStatement - Class in org.codehaus.janino
Representation of a JLS7 14.13 DO statement.
Java.DoStatement(Location, Java.BlockStatement, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.DoStatement
 
Java.ElementValue - Interface in org.codehaus.janino
Base of the possible element values in a Java.NormalAnnotation.
Java.ElementValueArrayInitializer - Class in org.codehaus.janino
An element value in the form of an array initializer, e.g.
Java.ElementValueArrayInitializer(Java.ElementValue[]) - Constructor for class org.codehaus.janino.Java.ElementValueArrayInitializer
 
Java.ElementValuePair - Class in org.codehaus.janino
Representation of a 'name = value' element in a Java.NormalAnnotation.
Java.ElementValuePair(String, Java.ElementValue) - Constructor for class org.codehaus.janino.Java.ElementValuePair
 
Java.EmptyStatement - Class in org.codehaus.janino
Representation of the "empty statement", i.e. the blank semicolon.
Java.EmptyStatement(Location) - Constructor for class org.codehaus.janino.Java.EmptyStatement
 
Java.EnclosingScopeOfTypeDeclaration - Class in org.codehaus.janino
Lazily determines and returns the enclosing Java.Scope of the given Java.TypeDeclaration.
Java.EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration) - Constructor for class org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
 
Java.ExpressionStatement - Class in org.codehaus.janino
Representation of the JLS7 14.8 'expression statement'.
Java.ExpressionStatement(Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ExpressionStatement
 
Java.FieldAccess - Class in org.codehaus.janino
Representation of an access to a field of a class or an interface.
Java.FieldAccess(Location, Java.Atom, IClass.IField) - Constructor for class org.codehaus.janino.Java.FieldAccess
 
Java.FieldAccessExpression - Class in org.codehaus.janino
Representation of a JLS7 15.11 'field access expression', including the "array length" pseudo field access.
Java.FieldAccessExpression(Location, Java.Atom, String) - Constructor for class org.codehaus.janino.Java.FieldAccessExpression
 
Java.FieldDeclaration - Class in org.codehaus.janino
This class is derived from "Statement", because it provides for the initialization of the field.
Java.FieldDeclaration(Location, String, Java.Modifiers, Java.Type, Java.VariableDeclarator[]) - Constructor for class org.codehaus.janino.Java.FieldDeclaration
 
Java.FloatingPointLiteral - Class in org.codehaus.janino
Representation of a "floating-point literal" (JLS7 3.10.2) (types float and double).
Java.FloatingPointLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.FloatingPointLiteral
 
Java.ForEachStatement - Class in org.codehaus.janino
Representation of a JLS7 14.14.2 'enhanced FOR statement'.
Java.ForEachStatement(Location, Java.FunctionDeclarator.FormalParameter, Java.Rvalue, Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.ForEachStatement
 
Java.ForStatement - Class in org.codehaus.janino
Representation of a JLS7 14.14.1 'basic FOR statement'.
Java.ForStatement(Location, Java.BlockStatement, Java.Rvalue, Java.Rvalue[], Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.ForStatement
 
Java.FunctionDeclarator - Class in org.codehaus.janino
Abstract base class for Java.ConstructorDeclarator and Java.MethodDeclarator.
Java.FunctionDeclarator(Location, String, Java.Modifiers, Java.Type, String, Java.FunctionDeclarator.FormalParameters, Java.Type[], List<? extends Java.BlockStatement>) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator
 
Java.FunctionDeclarator.FormalParameter - Class in org.codehaus.janino
Representation of a (formal) function parameter.
Java.FunctionDeclarator.FormalParameter(Location, boolean, Java.Type, String) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter
 
Java.FunctionDeclarator.FormalParameters - Class in org.codehaus.janino
Representation of the (formal) function parameters.
Java.FunctionDeclarator.FormalParameters() - Constructor for class org.codehaus.janino.Java.FunctionDeclarator.FormalParameters
 
Java.FunctionDeclarator.FormalParameters(Location, Java.FunctionDeclarator.FormalParameter[], boolean) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator.FormalParameters
 
Java.IfStatement - Class in org.codehaus.janino
Representation of a JLS7 14.9 IF statement.
Java.IfStatement(Location, Java.Rvalue, Java.BlockStatement, Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.IfStatement
Notice that the elseStatement is mandatory; for an if statement without an "else" clause, a dummy Java.EmptyStatement should be passed.
Java.Initializer - Class in org.codehaus.janino
Representation of an 'instance initializer' (JLS7 8.6) or 'static initializer' (JLS7 8.7).
Java.Initializer(Location, boolean, Java.Block) - Constructor for class org.codehaus.janino.Java.Initializer
 
Java.Instanceof - Class in org.codehaus.janino
Representation of a JLS7 15.20.2 'type comparison operation'.
Java.Instanceof(Location, Java.Rvalue, Java.Type) - Constructor for class org.codehaus.janino.Java.Instanceof
 
Java.IntegerLiteral - Class in org.codehaus.janino
Representation of an "integer literal" (JLS7 3.10.1) (types int and long).
Java.IntegerLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.IntegerLiteral
 
Java.InterfaceDeclaration - Class in org.codehaus.janino
Base for the various interface declaration kinds.
Java.InterfaceDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.InterfaceDeclaration
 
Java.Invocation - Class in org.codehaus.janino
Abstract base class for Java.MethodInvocation and Java.SuperclassMethodInvocation.
Java.Invocation(Location, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.Invocation
 
Java.LabeledStatement - Class in org.codehaus.janino
Representation of a JLS7 14.7 'labeled statement'.
Java.LabeledStatement(Location, String, Java.Statement) - Constructor for class org.codehaus.janino.Java.LabeledStatement
 
Java.Literal - Class in org.codehaus.janino
Abstract base class for the various Java™ literals; see JLS7 3.10.
Java.Literal(Location, String) - Constructor for class org.codehaus.janino.Java.Literal
 
Java.LocalClassDeclaration - Class in org.codehaus.janino
Representation of a 'local class declaration' i.e. a class declaration that appears inside a method body.
Java.LocalClassDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.LocalClassDeclaration
 
Java.LocalClassDeclarationStatement - Class in org.codehaus.janino
Representation of the JLS7 14.3 'local class declaration statement'.
Java.LocalClassDeclarationStatement(Java.LocalClassDeclaration) - Constructor for class org.codehaus.janino.Java.LocalClassDeclarationStatement
 
Java.LocalVariable - Class in org.codehaus.janino
Representation of a local variable while it is in scope during compilation.
Java.LocalVariable(boolean, IClass) - Constructor for class org.codehaus.janino.Java.LocalVariable
 
Java.LocalVariableAccess - Class in org.codehaus.janino
Representation of a local variable access -- used during compilation.
Java.LocalVariableAccess(Location, Java.LocalVariable) - Constructor for class org.codehaus.janino.Java.LocalVariableAccess
 
Java.LocalVariableDeclarationStatement - Class in org.codehaus.janino
Representation of a JLS7 14.4 'local variable declaration statement'.
Java.LocalVariableDeclarationStatement(Location, Java.Modifiers, Java.Type, Java.VariableDeclarator[]) - Constructor for class org.codehaus.janino.Java.LocalVariableDeclarationStatement
 
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.LocalVariableSlot(String, short, IClass) - Constructor for class org.codehaus.janino.Java.LocalVariableSlot
 
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
Abstract implementation of Java.Locatable.
Java.Located(Location) - Constructor for class org.codehaus.janino.Java.Located
 
Java.Lvalue - Class in org.codehaus.janino
Representation of an "lvalue", i.e. an expression that has a type and a value, and can be assigned to: An expression that can be the left-hand-side of an assignment.
Java.Lvalue(Location) - Constructor for class org.codehaus.janino.Java.Lvalue
 
Java.MarkerAnnotation - Class in org.codehaus.janino
Repreentation of a 'marker annotation', i.e. an annotation without any elements in parentheses.
Java.MarkerAnnotation(Java.Type) - Constructor for class org.codehaus.janino.Java.MarkerAnnotation
 
Java.MemberClassDeclaration - Class in org.codehaus.janino
Representation of a 'member class declaration', i.e. a class declaration that appears inside another class declaration.
Java.MemberClassDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberClassDeclaration
 
Java.MemberInterfaceDeclaration - Class in org.codehaus.janino
Representation of a 'member interface declaration', i.e. an interface declaration that appears inside another class or interface declaration.
Java.MemberInterfaceDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberInterfaceDeclaration
 
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
Representation of a method declarator.
Java.MethodDeclarator(Location, String, Java.Modifiers, Java.Type, String, Java.FunctionDeclarator.FormalParameters, Java.Type[], List<? extends Java.BlockStatement>) - Constructor for class org.codehaus.janino.Java.MethodDeclarator
 
Java.MethodInvocation - Class in org.codehaus.janino
Representation of a JLS7 15.12 'method invocation expression'.
Java.MethodInvocation(Location, Java.Atom, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.MethodInvocation
 
Java.Modifiers - Class in org.codehaus.janino
Representation of the modifier flags and annotations that are associated with a declaration.
Java.Modifiers() - Constructor for class org.codehaus.janino.Java.Modifiers
A 'blank' Java.Modifiers object: No flags, no annotations.
Java.Modifiers(short) - Constructor for class org.codehaus.janino.Java.Modifiers
 
Java.Modifiers(short, Java.Annotation[]) - Constructor for class org.codehaus.janino.Java.Modifiers
 
Java.NamedClassDeclaration - Class in org.codehaus.janino
Base for the various named class declarations.
Java.NamedClassDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.NamedClassDeclaration
 
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
Representation of a JLS7 15.9 'anonymous class instance creation expression'.
Java.NewAnonymousClassInstance(Location, Java.Rvalue, Java.AnonymousClassDeclaration, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewAnonymousClassInstance
 
Java.NewArray - Class in org.codehaus.janino
Representation of a JLS7 15.10 'array creation expression'.
Java.NewArray(Location, Java.Type, Java.Rvalue[], int) - Constructor for class org.codehaus.janino.Java.NewArray
Create a new array with dimension dimExprs.length + dims e.g. byte[12][][] is created with new NewArray( null, Java.BasicType(NULL, Java.BasicType.BYTE), new Rvalue[] { new Java.Literal(null, Integer.valueOf(12) }, 2 )
Java.NewClassInstance - Class in org.codehaus.janino
Representation of a JLS7 'class instance creation expression'.
Java.NewClassInstance(Location, Java.Rvalue, Java.Type, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
 
Java.NewClassInstance(Location, Java.Rvalue, IClass, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
 
Java.NewInitializedArray - Class in org.codehaus.janino
Representation of a JLS7 15.10 'array creation expression'.
Java.NewInitializedArray(Location, Java.ArrayType, Java.ArrayInitializer) - Constructor for class org.codehaus.janino.Java.NewInitializedArray
 
Java.NormalAnnotation - Class in org.codehaus.janino
A 'normal annotation', i.e. an annotation with multiple elements in parentheses and curly braces.
Java.NormalAnnotation(Java.Type, Java.ElementValuePair[]) - Constructor for class org.codehaus.janino.Java.NormalAnnotation
 
Java.NullLiteral - Class in org.codehaus.janino
Representation of a "null literal" (JLS7 3.10.7).
Java.NullLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.NullLiteral
 
Java.Package - Class in org.codehaus.janino
Representation of a JLS7 6.5.2.1.5 'package name'.
Java.Package(Location, String) - Constructor for class org.codehaus.janino.Java.Package
 
Java.PackageDeclaration - Class in org.codehaus.janino
Representation of a package declaration like package com.acme.tools;.
Java.PackageDeclaration(Location, String) - Constructor for class org.codehaus.janino.Java.PackageDeclaration
 
Java.PackageMemberClassDeclaration - Class in org.codehaus.janino
Implementation of a 'package member class declaration', a.k.a.
Java.PackageMemberClassDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.PackageMemberClassDeclaration
 
Java.PackageMemberInterfaceDeclaration - Class in org.codehaus.janino
Representation of a 'package member interface declaration', a.k.a.
Java.PackageMemberInterfaceDeclaration(Location, String, Java.Modifiers, String, Java.TypeParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
 
Java.PackageMemberTypeDeclaration - Interface in org.codehaus.janino
Represents a class or interface declaration on compilation unit level.
Java.ParameterAccess - Class in org.codehaus.janino
'Artificial' operation for accessing the parameters of the synthetic constructor of an anonymous class.
Java.ParameterAccess(Location, Java.FunctionDeclarator.FormalParameter) - Constructor for class org.codehaus.janino.Java.ParameterAccess
 
Java.ParenthesizedExpression - Class in org.codehaus.janino
Representation of a JLS7 15.8.5 'parenthesized expression'.
Java.ParenthesizedExpression(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ParenthesizedExpression
 
Java.QualifiedThisReference - Class in org.codehaus.janino
Representation of an JLS7 15.8.4 access to the current object or an enclosing instance.
Java.QualifiedThisReference(Location, Java.Type) - Constructor for class org.codehaus.janino.Java.QualifiedThisReference
 
Java.ReferenceType - Class in org.codehaus.janino
representation of a JLS7 4.3 reference type.
Java.ReferenceType(Location, String[], Java.TypeArgument[]) - Constructor for class org.codehaus.janino.Java.ReferenceType
 
Java.ReturnStatement - Class in org.codehaus.janino
Representation of the JLS7 14.17 RETURN statement.
Java.ReturnStatement(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ReturnStatement
 
Java.Rvalue - Class in org.codehaus.janino
Representation of an "rvalue", i.e. an expression that has a type and a value, but cannot be assigned to: An expression that can be the right-hand-side of an assignment.
Java.Rvalue(Location) - Constructor for class org.codehaus.janino.Java.Rvalue
 
Java.RvalueMemberType - Class in org.codehaus.janino
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.RvalueMemberType(Location, Java.Rvalue, String) - Constructor for class org.codehaus.janino.Java.RvalueMemberType
Notice: The rvalue is not a subordinate object!
Java.Scope - Interface in org.codehaus.janino
Representation of a Java™ 'scope', e.g. a compilation unit, type, method or block.
Java.SimpleConstant - Class in org.codehaus.janino
This class is not used when code is parsed; it is intended for "programmatic" literals.
Java.SimpleConstant(Location) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of the null literal.
Java.SimpleConstant(Location, byte) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of an literal, casted to byte.
Java.SimpleConstant(Location, short) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of an literal, casted to short.
Java.SimpleConstant(Location, int) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of an Java.IntegerLiteral with type int.
Java.SimpleConstant(Location, long) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of an Java.IntegerLiteral with type long.
Java.SimpleConstant(Location, float) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of a Java.FloatingPointLiteral with type float.
Java.SimpleConstant(Location, double) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of a Java.FloatingPointLiteral with type double.
Java.SimpleConstant(Location, char) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of a Java.CharacterLiteral.
Java.SimpleConstant(Location, boolean) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of a Java.BooleanLiteral.
Java.SimpleConstant(Location, String) - Constructor for class org.codehaus.janino.Java.SimpleConstant
Equivalent of a Java.StringLiteral, or, if value is null, the equivalent of a Java.NullLiteral.
Java.SimpleType - Class in org.codehaus.janino
This class is not used when code is parsed; it is intended for "programmatic" types.
Java.SimpleType(Location, IClass) - Constructor for class org.codehaus.janino.Java.SimpleType
 
Java.SingleElementAnnotation - Class in org.codehaus.janino
Representation of a 'single-element annotation', i.e. an annotation followed by a single element in parentheses.
Java.SingleElementAnnotation(Java.Type, Java.ElementValue) - Constructor for class org.codehaus.janino.Java.SingleElementAnnotation
 
Java.Statement - Class in org.codehaus.janino
Everything that can occur in the body of a method or in a block.
Java.Statement(Location) - Constructor for class org.codehaus.janino.Java.Statement
 
Java.StringLiteral - Class in org.codehaus.janino
Representation of a "string literal" (JLS7 3.10.5) (type String).
Java.StringLiteral(Location, String) - Constructor for class org.codehaus.janino.Java.StringLiteral
 
Java.SuperclassFieldAccessExpression - Class in org.codehaus.janino
Representation of an JLS7 'superclass field access expression', e.g.
Java.SuperclassFieldAccessExpression(Location, Java.Type, String) - Constructor for class org.codehaus.janino.Java.SuperclassFieldAccessExpression
 
Java.SuperclassMethodInvocation - Class in org.codehaus.janino
Representation of a JLS7 15.12.1.1.3 'superclass method invocation'.
Java.SuperclassMethodInvocation(Location, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperclassMethodInvocation
 
Java.SuperConstructorInvocation - Class in org.codehaus.janino
Representation of a JLS7 8.8.7.1.
Java.SuperConstructorInvocation(Location, Java.Rvalue, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperConstructorInvocation
 
Java.SwitchStatement - Class in org.codehaus.janino
The JLS7 14.10 "switch" Statement.
Java.SwitchStatement(Location, Java.Rvalue, List<Java.SwitchStatement.SwitchBlockStatementGroup>) - Constructor for class org.codehaus.janino.Java.SwitchStatement
 
Java.SwitchStatement.SwitchBlockStatementGroup - Class in org.codehaus.janino
Representation of a 'switch block statement group' as defined in JLS7 14.11.
Java.SwitchStatement.SwitchBlockStatementGroup(Location, List<Java.Rvalue>, boolean, List<Java.BlockStatement>) - Constructor for class org.codehaus.janino.Java.SwitchStatement.SwitchBlockStatementGroup
 
Java.SynchronizedStatement - Class in org.codehaus.janino
Representation of a JLS7 14.9 SYNCHRONIZED statement.
Java.SynchronizedStatement(Location, Java.Rvalue, Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.SynchronizedStatement
 
Java.ThisReference - Class in org.codehaus.janino
Representation of an JLS7 15.8.3 access to the innermost enclosing instance.
Java.ThisReference(Location) - Constructor for class org.codehaus.janino.Java.ThisReference
 
Java.ThrowStatement - Class in org.codehaus.janino
Representation of a JLS7 14.18 THROW statement.
Java.ThrowStatement(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ThrowStatement
 
Java.TryStatement - Class in org.codehaus.janino
Representation of a JLS7 14.20 TRY statement.
Java.TryStatement(Location, Java.BlockStatement, List<Java.CatchClause>, Java.Block) - Constructor for class org.codehaus.janino.Java.TryStatement
 
Java.Type - Class in org.codehaus.janino
Representation of a Java™ type.
Java.Type(Location) - Constructor for class org.codehaus.janino.Java.Type
 
Java.TypeArgument - Interface in org.codehaus.janino
Representation of a JLS7 4.5.1 type argument.
Java.TypeBodyDeclaration - Interface in org.codehaus.janino
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration".
Java.TypeDeclaration - Interface in org.codehaus.janino
Base for the various kinds of type declarations, e.g. top-level class, member interface, local class.
Java.TypeParameter - Class in org.codehaus.janino
Representation of a type parameter (which declares a type variable).
Java.TypeParameter(String, Java.ReferenceType[]) - Constructor for class org.codehaus.janino.Java.TypeParameter
 
Java.UnaryOperation - Class in org.codehaus.janino
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.UnaryOperation(Location, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.UnaryOperation
 
Java.VariableDeclarator - Class in org.codehaus.janino
Used by FieldDeclaration and LocalVariableDeclarationStatement.
Java.VariableDeclarator(Location, String, int, Java.ArrayInitializerOrRvalue) - Constructor for class org.codehaus.janino.Java.VariableDeclarator
 
Java.WhileStatement - Class in org.codehaus.janino
Representation of the JLS7 14.2 WHILE statement.
Java.WhileStatement(Location, Java.Rvalue, Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.WhileStatement
 
Java.Wildcard - Class in org.codehaus.janino
Representation of a JLS7 4.5.1 'wildcard'.
Java.Wildcard() - Constructor for class org.codehaus.janino.Java.Wildcard
 
Java.Wildcard(int, Java.ReferenceType) - Constructor for class org.codehaus.janino.Java.Wildcard
 
JAVA_IO_SERIALIZABLE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the interface Serializable.
JAVA_LANG_ASSERTIONERROR - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class AssertionError.
JAVA_LANG_BOOLEAN - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Boolean.
JAVA_LANG_BYTE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Byte.
JAVA_LANG_CHARACTER - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Character.
JAVA_LANG_CLASS - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Class.
JAVA_LANG_CLONEABLE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the interface Cloneable.
JAVA_LANG_DOUBLE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Double.
JAVA_LANG_ERROR - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Error.
JAVA_LANG_EXCEPTION - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Exception.
JAVA_LANG_FLOAT - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Float.
JAVA_LANG_INTEGER - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Integer.
JAVA_LANG_ITERABLE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the interface Iterable.
JAVA_LANG_LONG - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Long.
JAVA_LANG_OBJECT - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Object.
JAVA_LANG_OVERRIDE - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the annotation Override.
JAVA_LANG_RUNTIMEEXCEPTION - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class RuntimeException.
JAVA_LANG_SHORT - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class Short.
JAVA_LANG_STRING - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the class String.
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_UTIL_ITERATOR - Static variable in class org.codehaus.janino.Descriptor
The field descriptor for the interface Iterator.
JavaFileManagerClassLoader - Class in org.codehaus.commons.compiler.jdk
A ClassLoader that loads classes through a JavaFileManager.
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
A ClassLoader that loads classes by looking for their source files through a 'source path' and compiling them on-the-fly.
JavaSourceClassLoader() - Constructor for class org.codehaus.commons.compiler.jdk.JavaSourceClassLoader
 
JavaSourceClassLoader(ClassLoader) - Constructor for class org.codehaus.commons.compiler.jdk.JavaSourceClassLoader
 
JavaSourceClassLoader - Class in org.codehaus.janino
A ClassLoader that, unlike usual ClassLoaders, 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.janino.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
Constructs a JavaSourceClassLoader that finds Java™ source code through a given ResourceFinder.
JavaSourceClassLoader(ClassLoader, JavaSourceIClassLoader) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
Constructs a JavaSourceClassLoader that finds classes through an JavaSourceIClassLoader.
JavaSourceIClassLoader - Class in org.codehaus.janino
This IClassLoader finds, scans and parses compilation units.
JavaSourceIClassLoader(ResourceFinder, String, IClassLoader) - Constructor for class org.codehaus.janino.JavaSourceIClassLoader
 
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. invocations of a particular method.
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.UnitCompiler
Special value for the orientation parameter of the UnitCompiler.compileBoolean(Java.Rvalue, CodeContext.Offset, boolean) methods, indicating that the code should be generated such that execution branches if the value on top of the operand stack is FALSE.
JUMP_IF_TRUE - Static variable in class org.codehaus.janino.UnitCompiler
Special value for the orientation parameter of the UnitCompiler.compileBoolean(Java.Rvalue, CodeContext.Offset, boolean) methods, indicating that the code should be generated such that execution branches if the value on top of the operand stack is TRUE.

janino.net
A B C D E F G H I J K L M N O P Q R S T U V W Z