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

J

Java - class net.janino.Java.
This wrapper class defines classes that represent the elements of the JavaTM programming language.
Java.AmbiguousName - class net.janino.Java.AmbiguousName.
This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...(
Java.AmbiguousName(Scanner.Location, Java.Scope, String[]) - Constructor for class net.janino.Java.AmbiguousName
 
Java.AmbiguousName(Scanner.Location, Java.Scope, String[], int) - Constructor for class net.janino.Java.AmbiguousName
 
Java.ArrayAccessExpression - class net.janino.Java.ArrayAccessExpression.
This class implements an array access.
Java.ArrayAccessExpression(Scanner.Location, Java.Rvalue, Java.Rvalue) - Constructor for class net.janino.Java.ArrayAccessExpression
 
Java.ArrayInitializer - class net.janino.Java.ArrayInitializer.
Represents a JavaTM array initializer (JLS 10.6).
Java.ArrayInitializer(Scanner.Location, Java.ArrayType, Java.Rvalue[]) - Constructor for class net.janino.Java.ArrayInitializer
 
Java.ArrayType - class net.janino.Java.ArrayType.
Representation of a JavaTM array type (JLS 10.1).
Java.ArrayType(Java.Type) - Constructor for class net.janino.Java.ArrayType
 
Java.Assignment - class net.janino.Java.Assignment.
 
Java.Assignment(Scanner.Location, Java.Lvalue, String, Java.Rvalue) - Constructor for class net.janino.Java.Assignment
 
Java.Atom - class net.janino.Java.Atom.
Abstract base class for Java.Type, Java.Rvalue and Java.Lvalue.
Java.Atom(Scanner.Location) - Constructor for class net.janino.Java.Atom
 
Java.BasicType - class net.janino.Java.BasicType.
Representation of a JavaTM "basic type" (obviously equaivalent to a "primitive type") (JLS 4.2).
Java.BasicType(Scanner.Location, int) - Constructor for class net.janino.Java.BasicType
 
Java.BinaryOperation - class net.janino.Java.BinaryOperation.
Representation of all non-operand-modifying JavaTM binary operations.
Java.BinaryOperation(Scanner.Location, Java.Rvalue, String, Java.Rvalue) - Constructor for class net.janino.Java.BinaryOperation
 
Java.Block - class net.janino.Java.Block.
Representation of a JavaTM "block" (JLS 14.2).
Java.Block(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.Block
 
Java.BlockStatement - interface net.janino.Java.BlockStatement.
Base of all statements that can appear in a block.
Java.BooleanRvalue - class net.janino.Java.BooleanRvalue.
Base class for Java.Rvalues that compile better as conditional branches.
Java.BooleanRvalue(Scanner.Location) - Constructor for class net.janino.Java.BooleanRvalue
 
Java.BreakableStatement - class net.janino.Java.BreakableStatement.
Base class for statements that can be terminated abnormally with a "break" statement.
Java.BreakableStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.BreakableStatement
 
Java.BreakStatement - class net.janino.Java.BreakStatement.
Representation of the JavaTM "break" statement (JLS 14.14).
Java.BreakStatement(Scanner.Location, Java.Scope, String) - Constructor for class net.janino.Java.BreakStatement
 
Java.Cast - class net.janino.Java.Cast.
 
Java.Cast(Scanner.Location, Java.Type, Java.Rvalue) - Constructor for class net.janino.Java.Cast
 
Java.CatchClause - class net.janino.Java.CatchClause.
 
Java.CatchClause(Java.FormalParameter, Java.Block) - Constructor for class net.janino.Java.CatchClause
 
Java.ClassDeclaration - class net.janino.Java.ClassDeclaration.
 
Java.ClassDeclaration(Scanner.Location, Java.Scope, short, String, Java.ReferenceType, Java.ReferenceType[]) - Constructor for class net.janino.Java.ClassDeclaration
 
Java.ClassLiteral - class net.janino.Java.ClassLiteral.
 
Java.ClassLiteral(Scanner.Location, Java.Type) - Constructor for class net.janino.Java.ClassLiteral
 
Java.ClassOrInterfaceDeclaration - class net.janino.Java.ClassOrInterfaceDeclaration.
 
Java.ClassOrInterfaceDeclaration(Scanner.Location, Java.Scope, short, String) - Constructor for class net.janino.Java.ClassOrInterfaceDeclaration
 
Java.CompilationUnit - class net.janino.Java.CompilationUnit.
Holds the result of Parser.parseCompilationUnit().
Java.CompilationUnit() - Constructor for class net.janino.Java.CompilationUnit
 
Java.CompileException - exception net.janino.Java.CompileException.
An exception that reflects an error during compilation.
Java.CompileException(String, Scanner.Location) - Constructor for class net.janino.Java.CompileException
 
Java.ConditionalExpression - class net.janino.Java.ConditionalExpression.
 
Java.ConditionalExpression(Scanner.Location, Java.Rvalue, Java.Rvalue, Java.Rvalue) - Constructor for class net.janino.Java.ConditionalExpression
 
Java.ConstructorDeclarator - class net.janino.Java.ConstructorDeclarator.
 
Java.ConstructorDeclarator(Scanner.Location, Java.ClassDeclaration, short, Java.FormalParameter[], Java.Type[]) - Constructor for class net.janino.Java.ConstructorDeclarator
 
Java.ConstructorInvocation - class net.janino.Java.ConstructorInvocation.
 
Java.ConstructorInvocation(Scanner.Location, Java.ClassDeclaration, Java.ConstructorDeclarator, boolean, Java.Rvalue[]) - Constructor for class net.janino.Java.ConstructorInvocation
 
Java.ContinuableStatement - class net.janino.Java.ContinuableStatement.
 
Java.ContinuableStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.ContinuableStatement
 
Java.ContinueStatement - class net.janino.Java.ContinueStatement.
Representation of the JavaTM "continue" statement (JLS 14.15).
Java.ContinueStatement(Scanner.Location, Java.Scope, String) - Constructor for class net.janino.Java.ContinueStatement
 
Java.Crement - class net.janino.Java.Crement.
Objects of this class represent represent one pre- or post-increment or decrement.
Java.Crement(Scanner.Location, Java.Lvalue, String) - Constructor for class net.janino.Java.Crement
 
Java.Crement(Scanner.Location, String, Java.Lvalue) - Constructor for class net.janino.Java.Crement
 
Java.DoStatement - class net.janino.Java.DoStatement.
 
Java.DoStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.DoStatement
 
Java.ExpressionStatement - class net.janino.Java.ExpressionStatement.
 
Java.ExpressionStatement(Java.Rvalue, Java.Scope) - Constructor for class net.janino.Java.ExpressionStatement
 
Java.FieldAccessExpression - class net.janino.Java.FieldAccessExpression.
This class implements class field access.
Java.FieldAccessExpression(Scanner.Location, Java.Atom, String) - Constructor for class net.janino.Java.FieldAccessExpression
 
Java.FieldDeclarator - class net.janino.Java.FieldDeclarator.
This class is derived from "Statement", because it provides for the initialization of the field.
Java.FieldDeclarator(Scanner.Location, Java.ClassOrInterfaceDeclaration, short, Java.Type, Java.VariableDeclarator[]) - Constructor for class net.janino.Java.FieldDeclarator
 
Java.FormalParameter - class net.janino.Java.FormalParameter.
 
Java.FormalParameter(Scanner.Location, boolean, Java.Type, String) - Constructor for class net.janino.Java.FormalParameter
 
Java.ForStatement - class net.janino.Java.ForStatement.
 
Java.ForStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.ForStatement
 
Java.FunctionDeclarator - class net.janino.Java.FunctionDeclarator.
Abstract base class for Java.ConstructorDeclarator and Java.MethodDeclarator.
Java.FunctionDeclarator(Scanner.Location, Java.ClassOrInterfaceDeclaration, short, Java.Type, String, Java.FormalParameter[], Java.Type[]) - Constructor for class net.janino.Java.FunctionDeclarator
 
Java.IfStatement - class net.janino.Java.IfStatement.
 
Java.IfStatement(Scanner.Location, Java.Scope, Java.Rvalue, Java.BlockStatement, Java.BlockStatement) - Constructor for class net.janino.Java.IfStatement
 
Java.Instanceof - class net.janino.Java.Instanceof.
 
Java.Instanceof(Scanner.Location, Java.Rvalue, Java.ReferenceType) - Constructor for class net.janino.Java.Instanceof
 
Java.InterfaceDeclaration - class net.janino.Java.InterfaceDeclaration.
 
Java.InterfaceDeclaration(Scanner.Location, Java.Scope, short, String, Java.ReferenceType[]) - Constructor for class net.janino.Java.InterfaceDeclaration
 
Java.Invocation - class net.janino.Java.Invocation.
 
Java.Invocation(Scanner.Location, Java.Scope, Java.Rvalue[]) - Constructor for class net.janino.Java.Invocation
 
Java.LabeledStatement - class net.janino.Java.LabeledStatement.
 
Java.LabeledStatement(Scanner.Location, Java.Scope, String) - Constructor for class net.janino.Java.LabeledStatement
 
Java.Literal - class net.janino.Java.Literal.
 
Java.Literal(Scanner.Location, Object) - Constructor for class net.janino.Java.Literal
 
Java.LocalVariableDeclarationStatement - class net.janino.Java.LocalVariableDeclarationStatement.
 
Java.LocalVariableDeclarationStatement(Scanner.Location, Java.Block, short, Java.Type, Java.VariableDeclarator[]) - Constructor for class net.janino.Java.LocalVariableDeclarationStatement
 
Java.Locatable - interface net.janino.Java.Locatable.
This interface is implemented by objects which are associated with a location in the source code.
Java.Lvalue - class net.janino.Java.Lvalue.
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(Scanner.Location) - Constructor for class net.janino.Java.Lvalue
 
Java.MethodDeclarator - class net.janino.Java.MethodDeclarator.
 
Java.MethodDeclarator(Scanner.Location, Java.ClassOrInterfaceDeclaration, short, Java.Type, String, Java.FormalParameter[], Java.Type[]) - Constructor for class net.janino.Java.MethodDeclarator
 
Java.MethodInvocation - class net.janino.Java.MethodInvocation.
 
Java.MethodInvocation(Scanner.Location, Java.Scope, Java.Atom, String, Java.Rvalue[]) - Constructor for class net.janino.Java.MethodInvocation
 
Java.NewArray - class net.janino.Java.NewArray.
 
Java.NewArray(Scanner.Location, Java.Type, Java.Rvalue[], int) - Constructor for class net.janino.Java.NewArray
 
Java.NewClassInstance - class net.janino.Java.NewClassInstance.
 
Java.NewClassInstance(Scanner.Location, Java.Scope, Java.ReferenceType, Java.Rvalue[]) - Constructor for class net.janino.Java.NewClassInstance
 
Java.ReferenceType - class net.janino.Java.ReferenceType.
 
Java.ReferenceType(Scanner.Location, Java.Scope, String[]) - Constructor for class net.janino.Java.ReferenceType
 
Java.ReturnStatement - class net.janino.Java.ReturnStatement.
 
Java.ReturnStatement(Scanner.Location, Java.Scope, Java.Rvalue) - Constructor for class net.janino.Java.ReturnStatement
 
Java.Rvalue - class net.janino.Java.Rvalue.
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(Scanner.Location) - Constructor for class net.janino.Java.Rvalue
 
Java.Scope - interface net.janino.Java.Scope.
 
Java.Statement - class net.janino.Java.Statement.
 
Java.Statement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.Statement
 
Java.SuperclassMethodInvocation - class net.janino.Java.SuperclassMethodInvocation.
 
Java.SuperclassMethodInvocation(Scanner.Location, Java.Scope, String, Java.Rvalue[]) - Constructor for class net.janino.Java.SuperclassMethodInvocation
 
Java.SwitchBlockStatementGroup - class net.janino.Java.SwitchBlockStatementGroup.
 
Java.SwitchBlockStatementGroup(Scanner.Location) - Constructor for class net.janino.Java.SwitchBlockStatementGroup
 
Java.SwitchStatement - class net.janino.Java.SwitchStatement.
 
Java.SwitchStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.SwitchStatement
 
Java.SynchronizedStatement - class net.janino.Java.SynchronizedStatement.
 
Java.SynchronizedStatement(Scanner.Location, Java.Scope, Java.Rvalue) - Constructor for class net.janino.Java.SynchronizedStatement
 
Java.ThisReference - class net.janino.Java.ThisReference.
 
Java.ThisReference(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.ThisReference
 
Java.ThrowStatement - class net.janino.Java.ThrowStatement.
 
Java.ThrowStatement(Scanner.Location, Java.Scope, Java.Rvalue) - Constructor for class net.janino.Java.ThrowStatement
 
Java.TryStatement - class net.janino.Java.TryStatement.
 
Java.TryStatement(Scanner.Location, Java.Scope) - Constructor for class net.janino.Java.TryStatement
 
Java.Type - class net.janino.Java.Type.
Representation of a JavaTM type.
Java.Type(Scanner.Location) - Constructor for class net.janino.Java.Type
 
Java.UnaryOperation - class net.janino.Java.UnaryOperation.
This class implements the unary operators "+", "-", "~" and "!".
Java.UnaryOperation(Scanner.Location, String, Java.Rvalue) - Constructor for class net.janino.Java.UnaryOperation
 
Java.VariableDeclarator - class net.janino.Java.VariableDeclarator.
 
Java.VariableDeclarator(String, int, Java.Rvalue) - Constructor for class net.janino.Java.VariableDeclarator
 
Java.WhileStatement - class net.janino.Java.WhileStatement.
 
Java.WhileStatement(Scanner.Location, Java.Scope, Java.Rvalue) - Constructor for class net.janino.Java.WhileStatement
 
join(String[], String) - Static method in class net.janino.Java
 
JSR - Static variable in interface net.janino.Opcode
 
JSR_W - Static variable in interface net.janino.Opcode
 
JUMP_IF_FALSE - Static variable in class net.janino.Java.Rvalue
 
JUMP_IF_TRUE - Static variable in class net.janino.Java.Rvalue
 

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