Web Site
A B C D E F G H I J L M N O P R S T U V W Z

J

JUMP_IF_FALSE - Static variable in class org.codehaus.janino.Java.Rvalue
 
JUMP_IF_TRUE - Static variable in class org.codehaus.janino.Java.Rvalue
 
JarDirectoriesResourceFinder - class org.codehaus.janino.util.resource.JarDirectoriesResourceFinder.
Finds resources in "*.jar" files that exist in a given set of directories.
JarDirectoriesResourceFinder(File[]) - Constructor for class org.codehaus.janino.util.resource.JarDirectoriesResourceFinder
 
JarDirectoriesResourceFinder(Iterator) - Constructor for class org.codehaus.janino.util.resource.JarDirectoriesResourceFinder
 
Java - class org.codehaus.janino.Java.
This wrapper class defines classes that represent the elements of the JavaTM programming language.
Java.AbstractTypeBodyDeclaration - class org.codehaus.janino.Java.AbstractTypeBodyDeclaration.
 
Java.AbstractTypeBodyDeclaration(Location, Java.TypeDeclaration, boolean) - Constructor for class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
 
Java.AbstractTypeDeclaration - class org.codehaus.janino.Java.AbstractTypeDeclaration.
 
Java.AbstractTypeDeclaration(Location, Java.Scope, short) - Constructor for class org.codehaus.janino.Java.AbstractTypeDeclaration
 
Java.AlternateConstructorInvocation - class org.codehaus.janino.Java.AlternateConstructorInvocation.
 
Java.AlternateConstructorInvocation(Location, Java.ClassDeclaration, Java.ConstructorDeclarator, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.AlternateConstructorInvocation
 
Java.AmbiguousName - class org.codehaus.janino.Java.AmbiguousName.
This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...()" methods.
Java.AmbiguousName(Location, Java.Scope, String[]) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.AmbiguousName(Location, Java.Scope, String[], int) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.AnonymousClassDeclaration - class org.codehaus.janino.Java.AnonymousClassDeclaration.
 
Java.AnonymousClassDeclaration(Location, Java.Scope, Java.Type) - Constructor for class org.codehaus.janino.Java.AnonymousClassDeclaration
 
Java.ArrayAccessExpression - class org.codehaus.janino.Java.ArrayAccessExpression.
This class implements an array access.
Java.ArrayAccessExpression(Location, Java.Rvalue, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ArrayAccessExpression
 
Java.ArrayInitializer - class org.codehaus.janino.Java.ArrayInitializer.
Represents a JavaTM array initializer (JLS 10.6).
Java.ArrayInitializer(Location, Java.ArrayType, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.ArrayInitializer
 
Java.ArrayType - class org.codehaus.janino.Java.ArrayType.
Representation of a JavaTM array type (JLS 10.1).
Java.ArrayType(Java.Type) - Constructor for class org.codehaus.janino.Java.ArrayType
 
Java.Assignment - class org.codehaus.janino.Java.Assignment.
 
Java.Assignment(Location, Java.Lvalue, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.Assignment
 
Java.Atom - class org.codehaus.janino.Java.Atom.
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 org.codehaus.janino.Java.BasicType.
Representation of a JavaTM "basic type" (obviously equaivalent to a "primitive type") (JLS 4.2).
Java.BasicType(Location, int) - Constructor for class org.codehaus.janino.Java.BasicType
 
Java.BinaryOperation - class org.codehaus.janino.Java.BinaryOperation.
Representation of all non-operand-modifying JavaTM binary operations.
Java.BinaryOperation(Location, Java.Rvalue, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.BinaryOperation
 
Java.Block - class org.codehaus.janino.Java.Block.
Representation of a JavaTM "block" (JLS 14.2).
Java.Block(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.Block
 
Java.BlockStatement - interface org.codehaus.janino.Java.BlockStatement.
Base of all statements that can appear in a block.
Java.BooleanRvalue - class org.codehaus.janino.Java.BooleanRvalue.
Base class for Java.Rvalues that compile better as conditional branches.
Java.BooleanRvalue(Location) - Constructor for class org.codehaus.janino.Java.BooleanRvalue
 
Java.BreakStatement - class org.codehaus.janino.Java.BreakStatement.
Representation of the JavaTM "break" statement (JLS 14.14).
Java.BreakStatement(Location, Java.Scope, String) - Constructor for class org.codehaus.janino.Java.BreakStatement
 
Java.BreakableStatement - class org.codehaus.janino.Java.BreakableStatement.
Base class for statements that can be terminated abnormally with a "break" statement.
Java.BreakableStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.BreakableStatement
 
Java.Cast - class org.codehaus.janino.Java.Cast.
 
Java.Cast(Location, Java.Type, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.Cast
 
Java.CatchClause - class org.codehaus.janino.Java.CatchClause.
 
Java.CatchClause(Java.FormalParameter, Java.Block) - Constructor for class org.codehaus.janino.Java.CatchClause
 
Java.ClassDeclaration - class org.codehaus.janino.Java.ClassDeclaration.
 
Java.ClassDeclaration(Location, Java.Scope, short) - Constructor for class org.codehaus.janino.Java.ClassDeclaration
 
Java.ClassLiteral - class org.codehaus.janino.Java.ClassLiteral.
 
Java.ClassLiteral(Location, Java.Scope, Java.Type) - Constructor for class org.codehaus.janino.Java.ClassLiteral
 
Java.CompilationUnit - class org.codehaus.janino.Java.CompilationUnit.
Holds the result of Parser.parseCompilationUnit().
Java.CompilationUnit(String) - Constructor for class org.codehaus.janino.Java.CompilationUnit
 
Java.ConditionalExpression - class org.codehaus.janino.Java.ConditionalExpression.
 
Java.ConditionalExpression(Location, Java.Rvalue, Java.Rvalue, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ConditionalExpression
 
Java.ConstantValue - class org.codehaus.janino.Java.ConstantValue.
 
Java.ConstantValue(Location, Object) - Constructor for class org.codehaus.janino.Java.ConstantValue
 
Java.ConstructorDeclarator - class org.codehaus.janino.Java.ConstructorDeclarator.
 
Java.ConstructorDeclarator(Location, Java.ClassDeclaration, String, short, Java.FormalParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.ConstructorDeclarator
 
Java.ConstructorInvocation - class org.codehaus.janino.Java.ConstructorInvocation.
 
Java.ConstructorInvocation(Location, Java.ClassDeclaration, Java.ConstructorDeclarator, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.ConstructorInvocation
 
Java.ContinuableStatement - class org.codehaus.janino.Java.ContinuableStatement.
 
Java.ContinuableStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.ContinuableStatement
 
Java.ContinueStatement - class org.codehaus.janino.Java.ContinueStatement.
Representation of the JavaTM "continue" statement (JLS 14.15).
Java.ContinueStatement(Location, Java.Scope, String) - Constructor for class org.codehaus.janino.Java.ContinueStatement
 
Java.Crement - class org.codehaus.janino.Java.Crement.
Objects of this class represent represent one pre- or post-increment or decrement.
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.DoStatement - class org.codehaus.janino.Java.DoStatement.
 
Java.DoStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.DoStatement
 
Java.DocCommentable - interface org.codehaus.janino.Java.DocCommentable.
 
Java.EmptyStatement - class org.codehaus.janino.Java.EmptyStatement.
Represents the "empty statement", i.e.
Java.EmptyStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.EmptyStatement
 
Java.ExpressionStatement - class org.codehaus.janino.Java.ExpressionStatement.
 
Java.ExpressionStatement(Java.Rvalue, Java.Scope) - Constructor for class org.codehaus.janino.Java.ExpressionStatement
 
Java.FieldAccessExpression - class org.codehaus.janino.Java.FieldAccessExpression.
This class implements class or interface field access, and also the "array length" expression "xy.length".
Java.FieldAccessExpression(Location, Java.Atom, String) - Constructor for class org.codehaus.janino.Java.FieldAccessExpression
 
Java.FieldDeclarator - class org.codehaus.janino.Java.FieldDeclarator.
This class is derived from "Statement", because it provides for the initialization of the field.
Java.FieldDeclarator(Location, Java.AbstractTypeDeclaration, String, short, Java.Type) - Constructor for class org.codehaus.janino.Java.FieldDeclarator
 
Java.ForStatement - class org.codehaus.janino.Java.ForStatement.
 
Java.ForStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.ForStatement
 
Java.FormalParameter - class org.codehaus.janino.Java.FormalParameter.
 
Java.FormalParameter(boolean, Java.Type, String) - Constructor for class org.codehaus.janino.Java.FormalParameter
 
Java.FunctionDeclarator - class org.codehaus.janino.Java.FunctionDeclarator.
Abstract base class for Java.ConstructorDeclarator and Java.MethodDeclarator.
Java.FunctionDeclarator(Location, Java.TypeDeclaration, String, short, Java.Type, String, Java.FormalParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator
 
Java.IfStatement - class org.codehaus.janino.Java.IfStatement.
 
Java.IfStatement(Location, Java.Scope, 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.ImportDeclaration - class org.codehaus.janino.Java.ImportDeclaration.
 
Java.ImportDeclaration(Location) - Constructor for class org.codehaus.janino.Java.ImportDeclaration
 
Java.Initializer - class org.codehaus.janino.Java.Initializer.
Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7).
Java.Initializer(Location, Java.TypeDeclaration, boolean) - Constructor for class org.codehaus.janino.Java.Initializer
 
Java.Instanceof - class org.codehaus.janino.Java.Instanceof.
 
Java.Instanceof(Location, Java.Rvalue, Java.Type) - Constructor for class org.codehaus.janino.Java.Instanceof
 
Java.InterfaceDeclaration - class org.codehaus.janino.Java.InterfaceDeclaration.
 
Java.InterfaceDeclaration(Location, Java.Scope, String, short, String, Java.Type[]) - Constructor for class org.codehaus.janino.Java.InterfaceDeclaration
 
Java.Invocation - class org.codehaus.janino.Java.Invocation.
 
Java.Invocation(Location, Java.Scope, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.Invocation
 
Java.LabeledStatement - class org.codehaus.janino.Java.LabeledStatement.
 
Java.LabeledStatement(Location, Java.Scope, String) - Constructor for class org.codehaus.janino.Java.LabeledStatement
 
Java.Literal - class org.codehaus.janino.Java.Literal.
 
Java.Literal(Location, Object) - Constructor for class org.codehaus.janino.Java.Literal
 
Java.LocalClassDeclaration - class org.codehaus.janino.Java.LocalClassDeclaration.
 
Java.LocalClassDeclaration(Location, Java.Block, String, short, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.LocalClassDeclaration
 
Java.LocalClassDeclarationStatement - class org.codehaus.janino.Java.LocalClassDeclarationStatement.
 
Java.LocalClassDeclarationStatement(Java.Scope, Java.LocalClassDeclaration) - Constructor for class org.codehaus.janino.Java.LocalClassDeclarationStatement
 
Java.LocalVariable - class org.codehaus.janino.Java.LocalVariable.
 
Java.LocalVariable(boolean, IClass, short) - Constructor for class org.codehaus.janino.Java.LocalVariable
 
Java.LocalVariableDeclarationStatement - class org.codehaus.janino.Java.LocalVariableDeclarationStatement.
 
Java.LocalVariableDeclarationStatement(Location, Java.Block, short, Java.Type, Java.VariableDeclarator[]) - Constructor for class org.codehaus.janino.Java.LocalVariableDeclarationStatement
 
Java.Locatable - interface org.codehaus.janino.Java.Locatable.
This interface is implemented by objects which are associated with a location in the source code.
Java.Lvalue - class org.codehaus.janino.Java.Lvalue.
Representation of an "lvalue", i.e.
Java.Lvalue(Location) - Constructor for class org.codehaus.janino.Java.Lvalue
 
Java.MemberClassDeclaration - class org.codehaus.janino.Java.MemberClassDeclaration.
 
Java.MemberClassDeclaration(Location, Java.NamedTypeDeclaration, String, short, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberClassDeclaration
 
Java.MemberInterfaceDeclaration - class org.codehaus.janino.Java.MemberInterfaceDeclaration.
 
Java.MemberInterfaceDeclaration(Location, Java.NamedTypeDeclaration, String, short, String, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberInterfaceDeclaration
 
Java.MethodDeclarator - class org.codehaus.janino.Java.MethodDeclarator.
 
Java.MethodDeclarator(Location, Java.AbstractTypeDeclaration, String, short, Java.Type, String, Java.FormalParameter[], Java.Type[]) - Constructor for class org.codehaus.janino.Java.MethodDeclarator
 
Java.MethodInvocation - class org.codehaus.janino.Java.MethodInvocation.
 
Java.MethodInvocation(Location, Java.Scope, Java.Atom, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.MethodInvocation
 
Java.NamedClassDeclaration - class org.codehaus.janino.Java.NamedClassDeclaration.
 
Java.NamedClassDeclaration(Location, Java.Scope, String, short, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.NamedClassDeclaration
 
Java.NewAnonymousClassInstance - class org.codehaus.janino.Java.NewAnonymousClassInstance.
 
Java.NewAnonymousClassInstance(Location, Java.Scope, Java.Rvalue, Java.AnonymousClassDeclaration, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewAnonymousClassInstance
 
Java.NewArray - class org.codehaus.janino.Java.NewArray.
 
Java.NewArray(Location, Java.Type, Java.Rvalue[], int) - Constructor for class org.codehaus.janino.Java.NewArray
 
Java.NewClassInstance - class org.codehaus.janino.Java.NewClassInstance.
 
Java.NewClassInstance(Location, Java.Scope, Java.Rvalue, Java.Type, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
 
Java.NewClassInstance(Location, Java.Scope, Java.Rvalue, IClass, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.NewClassInstance
 
Java.PackageDeclaration - class org.codehaus.janino.Java.PackageDeclaration.
Represents a package declaration like
Java.PackageDeclaration(Location, String) - Constructor for class org.codehaus.janino.Java.PackageDeclaration
 
Java.PackageMemberClassDeclaration - class org.codehaus.janino.Java.PackageMemberClassDeclaration.
 
Java.PackageMemberClassDeclaration(Location, Java.CompilationUnit, String, short, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.PackageMemberClassDeclaration
 
Java.PackageMemberInterfaceDeclaration - class org.codehaus.janino.Java.PackageMemberInterfaceDeclaration.
 
Java.PackageMemberInterfaceDeclaration(Location, Java.CompilationUnit, String, short, String, Java.Type[]) - Constructor for class org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
 
Java.PackageMemberTypeDeclaration - interface org.codehaus.janino.Java.PackageMemberTypeDeclaration.
Represents a class or interface declaration on compilation unit level.
Java.ParenthesizedExpression - class org.codehaus.janino.Java.ParenthesizedExpression.
 
Java.ParenthesizedExpression(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ParenthesizedExpression
 
Java.QualifiedThisReference - class org.codehaus.janino.Java.QualifiedThisReference.
Representation of an access to the current object or an enclosing instance.
Java.QualifiedThisReference(Location, Java.Scope, Java.Type) - Constructor for class org.codehaus.janino.Java.QualifiedThisReference
Access the given enclosing instance of the declaring class.
Java.QualifiedThisReference(Location, Java.ClassDeclaration, Java.FunctionDeclarator, IClass) - Constructor for class org.codehaus.janino.Java.QualifiedThisReference
 
Java.ReferenceType - class org.codehaus.janino.Java.ReferenceType.
 
Java.ReferenceType(Location, Java.Scope, String[]) - Constructor for class org.codehaus.janino.Java.ReferenceType
 
Java.ReturnStatement - class org.codehaus.janino.Java.ReturnStatement.
 
Java.ReturnStatement(Location, Java.Scope, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ReturnStatement
 
Java.Rvalue - class org.codehaus.janino.Java.Rvalue.
Representation of an "rvalue", i.e.
Java.Rvalue(Location) - Constructor for class org.codehaus.janino.Java.Rvalue
 
Java.RvalueMemberType - class org.codehaus.janino.Java.RvalueMemberType.
 
Java.RvalueMemberType(Location, Java.Rvalue, String) - Constructor for class org.codehaus.janino.Java.RvalueMemberType
 
Java.Scope - interface org.codehaus.janino.Java.Scope.
 
Java.SimpleType - class org.codehaus.janino.Java.SimpleType.
 
Java.SimpleType(Location, IClass) - Constructor for class org.codehaus.janino.Java.SimpleType
 
Java.SingleTypeImportDeclaration - class org.codehaus.janino.Java.SingleTypeImportDeclaration.
Represents a single type import like
Java.SingleTypeImportDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.SingleTypeImportDeclaration
 
Java.Statement - class org.codehaus.janino.Java.Statement.
 
Java.Statement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.Statement
 
Java.SuperConstructorInvocation - class org.codehaus.janino.Java.SuperConstructorInvocation.
 
Java.SuperConstructorInvocation(Location, Java.ClassDeclaration, Java.ConstructorDeclarator, Java.Rvalue, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperConstructorInvocation
 
Java.SuperclassMethodInvocation - class org.codehaus.janino.Java.SuperclassMethodInvocation.
 
Java.SuperclassMethodInvocation(Location, Java.Scope, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperclassMethodInvocation
 
Java.SwitchBlockStatementGroup - class org.codehaus.janino.Java.SwitchBlockStatementGroup.
 
Java.SwitchBlockStatementGroup(Location) - Constructor for class org.codehaus.janino.Java.SwitchBlockStatementGroup
 
Java.SwitchStatement - class org.codehaus.janino.Java.SwitchStatement.
14.10 The "switch" Statement
Java.SwitchStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.SwitchStatement
 
Java.SynchronizedStatement - class org.codehaus.janino.Java.SynchronizedStatement.
 
Java.SynchronizedStatement(Location, Java.Scope, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.SynchronizedStatement
 
Java.ThisReference - class org.codehaus.janino.Java.ThisReference.
Representation of an access to the innermost enclosing instance.
Java.ThisReference(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.ThisReference
Access the declaring class.
Java.ThrowStatement - class org.codehaus.janino.Java.ThrowStatement.
 
Java.ThrowStatement(Location, Java.Scope, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ThrowStatement
 
Java.TryStatement - class org.codehaus.janino.Java.TryStatement.
 
Java.TryStatement(Location, Java.Scope) - Constructor for class org.codehaus.janino.Java.TryStatement
 
Java.Type - class org.codehaus.janino.Java.Type.
Representation of a JavaTM type.
Java.Type(Location) - Constructor for class org.codehaus.janino.Java.Type
 
Java.TypeBodyDeclaration - interface org.codehaus.janino.Java.TypeBodyDeclaration.
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration".
Java.TypeDeclaration - interface org.codehaus.janino.Java.TypeDeclaration.
 
Java.TypeImportOnDemandDeclaration - class org.codehaus.janino.Java.TypeImportOnDemandDeclaration.
Represents a type-import-on-demand like
Java.TypeImportOnDemandDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.TypeImportOnDemandDeclaration
 
Java.UnaryOperation - class org.codehaus.janino.Java.UnaryOperation.
This class implements the unary operators "+", "-", "~" and "!".
Java.UnaryOperation(Location, String, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.UnaryOperation
 
Java.VariableDeclarator - class org.codehaus.janino.Java.VariableDeclarator.
 
Java.VariableDeclarator(Location, String, int, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.VariableDeclarator
 
Java.WhileStatement - class org.codehaus.janino.Java.WhileStatement.
 
Java.WhileStatement(Location, Java.Scope, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.WhileStatement
 
JavaSourceClassLoader - class org.codehaus.janino.JavaSourceClassLoader.
A ClassLoader that, unlike usual ClassLoaders, does not load byte code, but reads JavaTM source code and then scans, parses, compiles and loads it into the virtual machine.
JavaSourceClassLoader(ClassLoader, File[], String, DebuggingInformation) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
Set up a JavaSourceClassLoader that finds JavaTM source code in a file that resides in either of the directories specified by the given source path.
JavaSourceClassLoader(ClassLoader, ResourceFinder, String, DebuggingInformation) - Constructor for class org.codehaus.janino.JavaSourceClassLoader
Set up a JavaSourceClassLoader that finds JavaTM source code through a given ResourceFinder.
JavaSourceClassLoader.ProtectionDomainFactory - interface org.codehaus.janino.JavaSourceClassLoader.ProtectionDomainFactory.
 
join(Object[], String) - Static method in class org.codehaus.janino.Java
 
join(Object[], String, int, int) - Static method in class org.codehaus.janino.Java
 

Web Site
A B C D E F G H I J L M N O P R S T U V W Z