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

J

JGrep - class org.codehaus.janino.tools.JGrep.
Reads a set of compilation units from the file system and searches it for specific JavaTM 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
 
JGrep.MethodInvocationAction - interface org.codehaus.janino.tools.JGrep.MethodInvocationAction.
 
JGrep.MethodInvocationPredicate - interface org.codehaus.janino.tools.JGrep.MethodInvocationPredicate.
 
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 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 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, boolean) - Constructor for class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
 
Java.AbstractTypeDeclaration - class org.codehaus.janino.Java.AbstractTypeDeclaration.
 
Java.AbstractTypeDeclaration(Location, short) - Constructor for class org.codehaus.janino.Java.AbstractTypeDeclaration
 
Java.AlternateConstructorInvocation - class org.codehaus.janino.Java.AlternateConstructorInvocation.
 
Java.AlternateConstructorInvocation(Location, 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, String[]) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.AmbiguousName(Location, String[], int) - Constructor for class org.codehaus.janino.Java.AmbiguousName
 
Java.AnonymousClassDeclaration - class org.codehaus.janino.Java.AnonymousClassDeclaration.
 
Java.AnonymousClassDeclaration(Location, 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.ArrayInitializerOrRvalue[]) - Constructor for class org.codehaus.janino.Java.ArrayInitializer
 
Java.ArrayInitializerOrRvalue - interface org.codehaus.janino.Java.ArrayInitializerOrRvalue.
 
Java.ArrayLength - class org.codehaus.janino.Java.ArrayLength.
 
Java.ArrayLength(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ArrayLength
 
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) - 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, 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) - 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(Location, Java.FunctionDeclarator.FormalParameter, Java.Block) - Constructor for class org.codehaus.janino.Java.CatchClause
 
Java.ClassDeclaration - class org.codehaus.janino.Java.ClassDeclaration.
 
Java.ClassDeclaration(Location, short) - Constructor for class org.codehaus.janino.Java.ClassDeclaration
 
Java.ClassLiteral - class org.codehaus.janino.Java.ClassLiteral.
 
Java.ClassLiteral(Location, 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.CompilationUnit.ImportDeclaration - class org.codehaus.janino.Java.CompilationUnit.ImportDeclaration.
 
Java.CompilationUnit.ImportDeclaration(Location) - Constructor for class org.codehaus.janino.Java.CompilationUnit.ImportDeclaration
 
Java.CompilationUnit.SingleStaticImportDeclaration - class org.codehaus.janino.Java.CompilationUnit.SingleStaticImportDeclaration.
Represents a single static import declaration like
Java.CompilationUnit.SingleStaticImportDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.SingleStaticImportDeclaration
 
Java.CompilationUnit.SingleTypeImportDeclaration - class org.codehaus.janino.Java.CompilationUnit.SingleTypeImportDeclaration.
Represents a single type import declaration like
Java.CompilationUnit.SingleTypeImportDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.SingleTypeImportDeclaration
 
Java.CompilationUnit.StaticImportOnDemandDeclaration - class org.codehaus.janino.Java.CompilationUnit.StaticImportOnDemandDeclaration.
Represents a static-import-on-demand declaration like
Java.CompilationUnit.StaticImportOnDemandDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.StaticImportOnDemandDeclaration
 
Java.CompilationUnit.TypeImportOnDemandDeclaration - class org.codehaus.janino.Java.CompilationUnit.TypeImportOnDemandDeclaration.
Represents a type-import-on-demand declaration like
Java.CompilationUnit.TypeImportOnDemandDeclaration(Location, String[]) - Constructor for class org.codehaus.janino.Java.CompilationUnit.TypeImportOnDemandDeclaration
 
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.
Synthetic syntax element for implementing the class literals.
Java.ConstantValue(Location, Object) - Constructor for class org.codehaus.janino.Java.ConstantValue
 
Java.ConstructorDeclarator - class org.codehaus.janino.Java.ConstructorDeclarator.
 
Java.ConstructorDeclarator(Location, String, short, Java.FunctionDeclarator.FormalParameter[], Java.Type[], Java.ConstructorInvocation, Java.Block) - Constructor for class org.codehaus.janino.Java.ConstructorDeclarator
 
Java.ConstructorInvocation - class org.codehaus.janino.Java.ConstructorInvocation.
 
Java.ConstructorInvocation(Location, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.ConstructorInvocation
 
Java.ContinuableStatement - class org.codehaus.janino.Java.ContinuableStatement.
 
Java.ContinuableStatement(Location) - 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, 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.BlockStatement, Java.Rvalue) - 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) - Constructor for class org.codehaus.janino.Java.EmptyStatement
 
Java.EnclosingScopeOfTypeDeclaration - class org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration.
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 org.codehaus.janino.Java.ExpressionStatement.
 
Java.ExpressionStatement(Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ExpressionStatement
 
Java.FieldAccess - class org.codehaus.janino.Java.FieldAccess.
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 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.FieldDeclaration - class org.codehaus.janino.Java.FieldDeclaration.
This class is derived from "Statement", because it provides for the initialization of the field.
Java.FieldDeclaration(Location, String, short, Java.Type, Java.VariableDeclarator[]) - Constructor for class org.codehaus.janino.Java.FieldDeclaration
 
Java.ForStatement - class org.codehaus.janino.Java.ForStatement.
 
Java.ForStatement(Location, Java.BlockStatement, Java.Rvalue, Java.Rvalue[], Java.BlockStatement) - Constructor for class org.codehaus.janino.Java.ForStatement
 
Java.FunctionDeclarator - class org.codehaus.janino.Java.FunctionDeclarator.
Abstract base class for Java.ConstructorDeclarator and Java.MethodDeclarator.
Java.FunctionDeclarator(Location, String, short, Java.Type, String, Java.FunctionDeclarator.FormalParameter[], Java.Type[], Java.Block) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator
 
Java.FunctionDeclarator.FormalParameter - class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter.
 
Java.FunctionDeclarator.FormalParameter(Location, boolean, Java.Type, String) - Constructor for class org.codehaus.janino.Java.FunctionDeclarator.FormalParameter
 
Java.IfStatement - class org.codehaus.janino.Java.IfStatement.
 
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 org.codehaus.janino.Java.Initializer.
Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7).
Java.Initializer(Location, boolean, Java.Block) - 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, 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.Rvalue[]) - Constructor for class org.codehaus.janino.Java.Invocation
 
Java.LabeledStatement - class org.codehaus.janino.Java.LabeledStatement.
 
Java.LabeledStatement(Location, String, Java.Statement) - 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, 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.LocalClassDeclaration) - Constructor for class org.codehaus.janino.Java.LocalClassDeclarationStatement
 
Java.LocalVariable - class org.codehaus.janino.Java.LocalVariable.
Used during resolution.
Java.LocalVariable(boolean, IClass) - Constructor for class org.codehaus.janino.Java.LocalVariable
 
Java.LocalVariableAccess - class org.codehaus.janino.Java.LocalVariableAccess.
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 org.codehaus.janino.Java.LocalVariableDeclarationStatement.
 
Java.LocalVariableDeclarationStatement(Location, 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.Located - class org.codehaus.janino.Java.Located.
 
Java.Located(Location) - Constructor for class org.codehaus.janino.Java.Located
 
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, 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, String, short, String, Java.Type[]) - Constructor for class org.codehaus.janino.Java.MemberInterfaceDeclaration
 
Java.MemberTypeDeclaration - interface org.codehaus.janino.Java.MemberTypeDeclaration.
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.
Java.MethodDeclarator - class org.codehaus.janino.Java.MethodDeclarator.
 
Java.MethodDeclarator(Location, String, short, Java.Type, String, Java.FunctionDeclarator.FormalParameter[], Java.Type[], Java.Block) - Constructor for class org.codehaus.janino.Java.MethodDeclarator
 
Java.MethodInvocation - class org.codehaus.janino.Java.MethodInvocation.
 
Java.MethodInvocation(Location, Java.Atom, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.MethodInvocation
 
Java.NamedClassDeclaration - class org.codehaus.janino.Java.NamedClassDeclaration.
 
Java.NamedClassDeclaration(Location, String, short, String, Java.Type, Java.Type[]) - Constructor for class org.codehaus.janino.Java.NamedClassDeclaration
 
Java.NamedTypeDeclaration - interface org.codehaus.janino.Java.NamedTypeDeclaration.
Represents the declaration of a class or an interface that has a name.
Java.NewAnonymousClassInstance - class org.codehaus.janino.Java.NewAnonymousClassInstance.
 
Java.NewAnonymousClassInstance(Location, 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.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 org.codehaus.janino.Java.NewInitializedArray.
 
Java.NewInitializedArray(Location, Java.ArrayType, Java.ArrayInitializer) - Constructor for class org.codehaus.janino.Java.NewInitializedArray
 
Java.Package - class org.codehaus.janino.Java.Package.
 
Java.Package(Location, String) - Constructor for class org.codehaus.janino.Java.Package
 
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, 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, 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.ParameterAccess - class org.codehaus.janino.Java.ParameterAccess.
 
Java.ParameterAccess(Location, Java.FunctionDeclarator.FormalParameter) - Constructor for class org.codehaus.janino.Java.ParameterAccess
 
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.Type) - Constructor for class org.codehaus.janino.Java.QualifiedThisReference
Access the given enclosing instance of the declaring class.
Java.ReferenceType - class org.codehaus.janino.Java.ReferenceType.
 
Java.ReferenceType(Location, String[]) - Constructor for class org.codehaus.janino.Java.ReferenceType
 
Java.ReturnStatement - class org.codehaus.janino.Java.ReturnStatement.
 
Java.ReturnStatement(Location, 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
Notice: The rvalue is not a subordinate object!
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.Statement - class org.codehaus.janino.Java.Statement.
 
Java.Statement(Location) - Constructor for class org.codehaus.janino.Java.Statement
 
Java.SuperConstructorInvocation - class org.codehaus.janino.Java.SuperConstructorInvocation.
 
Java.SuperConstructorInvocation(Location, Java.Rvalue, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperConstructorInvocation
 
Java.SuperclassFieldAccessExpression - class org.codehaus.janino.Java.SuperclassFieldAccessExpression.
Representation of "super.fld" and "Type.super.fld".
Java.SuperclassFieldAccessExpression(Location, Java.Type, String) - Constructor for class org.codehaus.janino.Java.SuperclassFieldAccessExpression
 
Java.SuperclassMethodInvocation - class org.codehaus.janino.Java.SuperclassMethodInvocation.
 
Java.SuperclassMethodInvocation(Location, String, Java.Rvalue[]) - Constructor for class org.codehaus.janino.Java.SuperclassMethodInvocation
 
Java.SwitchStatement - class org.codehaus.janino.Java.SwitchStatement.
14.10 The "switch" Statement
Java.SwitchStatement(Location, Java.Rvalue, List) - Constructor for class org.codehaus.janino.Java.SwitchStatement
 
Java.SwitchStatement.SwitchBlockStatementGroup - class org.codehaus.janino.Java.SwitchStatement.SwitchBlockStatementGroup.
 
Java.SwitchStatement.SwitchBlockStatementGroup(Location, List, boolean, List) - Constructor for class org.codehaus.janino.Java.SwitchStatement.SwitchBlockStatementGroup
 
Java.SynchronizedStatement - class org.codehaus.janino.Java.SynchronizedStatement.
 
Java.SynchronizedStatement(Location, Java.Rvalue, Java.BlockStatement) - 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) - Constructor for class org.codehaus.janino.Java.ThisReference
Access the declaring class.
Java.ThrowStatement - class org.codehaus.janino.Java.ThrowStatement.
 
Java.ThrowStatement(Location, Java.Rvalue) - Constructor for class org.codehaus.janino.Java.ThrowStatement
 
Java.TryStatement - class org.codehaus.janino.Java.TryStatement.
 
Java.TryStatement(Location, Java.BlockStatement, List, Java.Block) - 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.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.ArrayInitializerOrRvalue) - Constructor for class org.codehaus.janino.Java.VariableDeclarator
 
Java.WhileStatement - class org.codehaus.janino.Java.WhileStatement.
 
Java.WhileStatement(Location, Java.Rvalue, Java.BlockStatement) - 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, EnumeratorSet) - 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, EnumeratorSet) - 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.
 
JavaSourceIClassLoader - class org.codehaus.janino.JavaSourceIClassLoader.
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 the JavaSourceIClassLoader: As it searches for IClasses, it looks into unitCompilers for class declarations, and as it opens, scans and parses compilation units on-the-fly, it adds them to unitCompilers.
jGrep(File[], StringPattern[], StringPattern[], List) - Method in class org.codehaus.janino.tools.JGrep
 
jGrep(Iterator, List) - Method in 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
 

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