|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Java.Locatable | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
Uses of Java.Locatable in org.codehaus.janino |
---|
Subinterfaces of Java.Locatable in org.codehaus.janino | |
---|---|
static interface |
Java.BlockStatement
Base of all statements that can appear in a block. |
static interface |
Java.MemberTypeDeclaration
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration. |
static interface |
Java.NamedTypeDeclaration
Represents the declaration of a class or an interface that has a name. |
static interface |
Java.PackageMemberTypeDeclaration
Represents a class or interface declaration on compilation unit level. |
static interface |
Java.TypeBodyDeclaration
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration". |
static interface |
Java.TypeDeclaration
|
Classes in org.codehaus.janino that implement Java.Locatable | |
---|---|
static class |
Java.AbstractTypeBodyDeclaration
|
static class |
Java.AbstractTypeDeclaration
|
static class |
Java.AlternateConstructorInvocation
|
static class |
Java.AmbiguousName
This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...()" methods. |
static class |
Java.AnonymousClassDeclaration
|
static class |
Java.ArrayAccessExpression
This class implements an array access. |
static class |
Java.ArrayInitializer
Represents a Java™ array initializer (JLS 10.6). |
static class |
Java.ArrayLength
|
static class |
Java.ArrayType
Representation of a Java™ array type (JLS 10.1). |
static class |
Java.Assignment
|
static class |
Java.Atom
Abstract base class for Java.Type , Java.Rvalue and
Java.Lvalue . |
static class |
Java.BasicType
Representation of a Java™ "basic type" (obviously equaivalent to a "primitive type") (JLS 4.2). |
static class |
Java.BinaryOperation
Representation of all non-operand-modifying Java™ binary operations. |
static class |
Java.Block
Representation of a Java™ "block" (JLS 14.2). |
static class |
Java.BooleanRvalue
Base class for Java.Rvalue s that compile better as conditional
branches. |
static class |
Java.BreakableStatement
Base class for statements that can be terminated abnormally with a "break" statement. |
static class |
Java.BreakStatement
Representation of the Java™ "break" statement (JLS 14.14). |
static class |
Java.Cast
|
static class |
Java.CatchClause
|
static class |
Java.ClassDeclaration
|
static class |
Java.ClassLiteral
|
static class |
Java.CompilationUnit.ImportDeclaration
|
static class |
Java.CompilationUnit.SingleStaticImportDeclaration
Represents a single static import declaration like |
static class |
Java.CompilationUnit.SingleTypeImportDeclaration
Represents a single type import declaration like |
static class |
Java.CompilationUnit.StaticImportOnDemandDeclaration
Represents a static-import-on-demand declaration like |
static class |
Java.CompilationUnit.TypeImportOnDemandDeclaration
Represents a type-import-on-demand declaration like |
static class |
Java.ConditionalExpression
|
static class |
Java.ConstructorDeclarator
|
static class |
Java.ConstructorInvocation
|
static class |
Java.ContinuableStatement
|
static class |
Java.ContinueStatement
Representation of the Java™ "continue" statement (JLS 14.15). |
static class |
Java.Crement
Objects of this class represent represent one pre- or post-increment or decrement. |
static class |
Java.DoStatement
|
static class |
Java.EmptyStatement
Represents the "empty statement", i.e. |
static class |
Java.ExpressionStatement
|
static class |
Java.FieldAccess
Representation of an access to a field of a class or an interface. |
static class |
Java.FieldAccessExpression
This class implements class or interface field access, and also the "array length" expression "xy.length". |
static class |
Java.FieldDeclaration
This class is derived from "Statement", because it provides for the initialization of the field. |
static class |
Java.ForStatement
|
static class |
Java.FunctionDeclarator
Abstract base class for Java.ConstructorDeclarator and
Java.MethodDeclarator . |
static class |
Java.FunctionDeclarator.FormalParameter
|
static class |
Java.IfStatement
|
static class |
Java.Initializer
Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7). |
static class |
Java.Instanceof
|
static class |
Java.InterfaceDeclaration
|
static class |
Java.Invocation
|
static class |
Java.LabeledStatement
|
static class |
Java.Literal
|
static class |
Java.LocalClassDeclaration
|
static class |
Java.LocalClassDeclarationStatement
|
static class |
Java.LocalVariableAccess
Representation of a local variable access -- used during compilation. |
static class |
Java.LocalVariableDeclarationStatement
|
static class |
Java.Located
|
static class |
Java.Lvalue
Representation of an "lvalue", i.e. |
static class |
Java.MemberClassDeclaration
|
static class |
Java.MemberInterfaceDeclaration
|
static class |
Java.MethodDeclarator
|
static class |
Java.MethodInvocation
|
static class |
Java.NamedClassDeclaration
|
static class |
Java.NewAnonymousClassInstance
|
static class |
Java.NewArray
|
static class |
Java.NewClassInstance
|
static class |
Java.NewInitializedArray
|
static class |
Java.Package
|
static class |
Java.PackageDeclaration
Represents a package declaration like |
static class |
Java.PackageMemberClassDeclaration
|
static class |
Java.PackageMemberInterfaceDeclaration
|
static class |
Java.ParameterAccess
|
static class |
Java.ParenthesizedExpression
|
static class |
Java.QualifiedThisReference
Representation of an access to the current object or an enclosing instance. |
static class |
Java.ReferenceType
|
static class |
Java.ReturnStatement
|
static class |
Java.Rvalue
Representation of an "rvalue", i.e. |
static class |
Java.RvalueMemberType
|
static class |
Java.SimpleType
|
static class |
Java.Statement
|
static class |
Java.SuperclassFieldAccessExpression
Representation of "super.fld" and "Type.super.fld". |
static class |
Java.SuperclassMethodInvocation
|
static class |
Java.SuperConstructorInvocation
|
static class |
Java.SwitchStatement
14.10 The "switch" Statement |
static class |
Java.SwitchStatement.SwitchBlockStatementGroup
|
static class |
Java.SynchronizedStatement
|
static class |
Java.ThisReference
Representation of an access to the innermost enclosing instance. |
static class |
Java.ThrowStatement
|
static class |
Java.TryStatement
|
static class |
Java.Type
Representation of a Java™ type. |
static class |
Java.UnaryOperation
This class implements the unary operators "+", "-", "~" and "!". |
static class |
Java.VariableDeclarator
Used by FieldDeclaration and LocalVariableDeclarationStatement. |
static class |
Java.WhileStatement
|
Methods in org.codehaus.janino with parameters of type Java.Locatable | |
---|---|
IClass.IInvocable |
UnitCompiler.findMostSpecificIInvocable(Java.Locatable l,
IClass.IInvocable[] iInvocables,
IClass[] argumentTypes,
boolean boxingPermitted,
Java.Scope contextScope)
Determine the applicable invocables and choose the most specific invocable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |