Uses of Interface
org.codehaus.janino.Java.Scope
Packages that use Java.Scope
-
Uses of Java.Scope in org.codehaus.janino
Subinterfaces of Java.Scope in org.codehaus.janinoModifier and TypeInterfaceDescriptionstatic interface
Base for package member ("top-level") and member ("nested") annotation type declarations.static interface
Everything that can be compiled to code, e.g.static interface
Base for the various class declarations (top-level class, local class, anonymous class, nested class, top-level enum, nested enum).static interface
Base for package member (a.k.a.static interface
static interface
Represents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.static interface
Represents the declaration of a class or an interface that has a name.static interface
Represents a class or interface declaration on compilation unit level.static interface
Representation of a "ClassBodyDeclaration" or an "InterfaceMemberDeclaration".static interface
Base for the various kinds of type declarations, e.g.Classes in org.codehaus.janino that implement Java.ScopeModifier and TypeClassDescriptionstatic class
Base for the various class declaration kinds.static class
Holds the result ofParser.parseAbstractCompilationUnit()
.static class
Abstract implementation ofJava.TypeBodyDeclaration
.static class
Abstract implementation ofJava.TypeDeclaration
.static final class
Representation of a JLS7 8.8.7.1.static final class
Representation of a JLS7 15.9.5 "anonymous class declaration".static final class
Representation of the JLS7 14.10 ASSERT statement.static final class
Representation of a Java "block" (JLS7 14.2).static class
Base class for statements that can be terminated abnormally with abreak
statement.static final class
Representation of the JLS7 14.15 BREAK statement.static class
Representation of a JLS7 14.20.1 CATCH clause.static final class
Representation of an "ordinary compilation unit" as explained in JLS9 7.3 (before Java 9 known as "compilation unit" and described in JLS8 7.3).static final class
Representation of a constructor declarator.static class
Abstract bas class forJava.SuperConstructorInvocation
andJava.AlternateConstructorInvocation
.static class
Base class for statements that support the "continue" statement.static final class
Representation of the JLS7 14.16 CONTINUE statement.static final class
Representation of a JLS7 14.13 DO statement.static final class
Representation of the "empty statement", i.e.static final class
Lazily determines and returns the enclosingJava.Scope
of the givenJava.TypeDeclaration
.static final class
Representation of an "enum constant", see JLS7 8.9.1.static final class
Representation of the JLS7 14.8 "expression statement".static final class
This class is derived from "Statement", because it provides for the initialization of the field.static final class
Representation of a JLS7 14.14.2 "enhanced FOR statement".static final class
Representation of a JLS7 14.14.1 "basic FOR statement".static class
Abstract base class forJava.ConstructorDeclarator
andJava.MethodDeclarator
.static final class
Representation of a JLS7 14.9 IF statement.static final class
Representation of an "instance initializer" (JLS7 8.6) or "static initializer" (JLS7 8.7).static class
Base for the various interface declaration kinds.static final class
Representation of a JLS7 14.7 "labeled statement".static final class
Representation of a "local class declaration" i.e.static final class
Representation of the JLS7 14.3 "local class declaration statement".static final class
Representation of a JLS7 14.4 "local variable declaration statement".static final class
Representation of a member annotation type declaration, a.k.a.static class
Representation of a "member class declaration", i.e.static final class
Representation of a "member enum declaration", i.e.static class
Representation of a "member interface declaration", i.e.static final class
Representation of a method declarator.static final class
Represents aModularCompilationUnit
as specified in JLS11 7.3.static class
Base for the various named class declarations.static final class
Representation of a package member annotation type declaration, a.k.a.static class
Implementation of a "package member class declaration", a.k.a.static final class
Implementation of a "package member enum declaration", a.k.a.static class
Representation of a "package member interface declaration", a.k.a.static final class
Representation of the JLS7 14.17 RETURN statement.static class
Everything that can occur in the body of a method or in a block.static final class
Representation of a JLS7 8.8.7.1.static final class
The JLS7 14.10switch
Statement.static final class
Representation of a JLS7 14.9 SYNCHRONIZED statement.static final class
Representation of a JLS7 14.18 THROW statement.static final class
Representation of a JLS7 14.20 TRY statement.static final class
Representation of the JLS7 14.2 WHILE statement.Methods in org.codehaus.janino that return Java.ScopeModifier and TypeMethodDescriptionJava.AbstractCompilationUnit.getEnclosingScope()
Java.AbstractTypeBodyDeclaration.getEnclosingScope()
Java.AbstractTypeDeclaration.getEnclosingScope()
Java.BlockStatement.getEnclosingScope()
Java.CatchClause.getEnclosingScope()
Java.ConstructorInvocation.getEnclosingScope()
Java.EnclosingScopeOfTypeDeclaration.getEnclosingScope()
Java.FunctionDeclarator.getEnclosingScope()
Java.Rvalue.getEnclosingScope()
Java.Scope.getEnclosingScope()
Java.SimpleType.getEnclosingScope()
Java.Statement.getEnclosingScope()
Java.Type.getEnclosingScope()
Java.Rvalue.getEnclosingScopeOrNull()
Methods in org.codehaus.janino with parameters of type Java.ScopeModifier and TypeMethodDescriptionUnitCompiler.findMostSpecificIInvocable
(Java.Locatable locatable, IClass.IInvocable[] iInvocables, IClass[] argumentTypes, boolean boxingPermitted, Java.Scope contextScope) Determines the applicable invocables and choose the most specific invocable.void
Java.AbstractAnnotation.setEnclosingScope
(Java.Scope enclosingScope) void
Java.AbstractTypeBodyDeclaration.setEnclosingScope
(Java.Scope enclosingScope) Forward-implementsJava.BlockStatement.setEnclosingScope(Java.Scope)
.void
Java.AbstractTypeDeclaration.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope of thisJava.TypeDeclaration
.void
Java.Annotation.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this annotation.void
Java.ArrayInitializer.setEnclosingScope
(Java.Scope s) void
Java.ArrayInitializerOrRvalue.setEnclosingScope
(Java.Scope s) Sets the immediately enclosing scope for this array initializer or rvalue.void
Java.ArrayType.setEnclosingScope
(Java.Scope enclosingScope) void
Java.BlockStatement.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope of thisJava.BlockStatement
.void
Java.CatchParameter.setEnclosingScope
(Java.Scope enclosingScope) void
Java.ConstructorInvocation.setEnclosingScope
(Java.Scope enclosingScope) void
Java.ElementValue.setEnclosingScope
(Java.Scope scope) In most cases, the scope is the enclosingJava.BlockStatement
, except for top-level class/interface annotation class-literal element-value-pairs, where the enclosing scope is the compilation unit.void
Java.ElementValueArrayInitializer.setEnclosingScope
(Java.Scope scope) void
Java.FieldDeclaration.setEnclosingScope
(Java.Scope enclosingScope) void
Java.FunctionDeclarator.setEnclosingScope
(Java.Scope enclosingScope) void
Java.MethodDeclarator.setEnclosingScope
(Java.Scope enclosingScope) void
Java.NormalAnnotation.setEnclosingScope
(Java.Scope enclosingScope) void
Java.ReferenceType.setEnclosingScope
(Java.Scope enclosingScope) final void
Java.Rvalue.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this object and all subordinateJava.Rvalue
objects.void
Java.SimpleType.setEnclosingScope
(Java.Scope enclosingScope) void
Java.SingleElementAnnotation.setEnclosingScope
(Java.Scope enclosingScope) void
Java.Statement.setEnclosingScope
(Java.Scope enclosingScope) void
Java.Type.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this object and all subordinateJava.Type
objects.void
Java.TypeArgument.setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this type argument.void
Java.VariableDeclarator.setEnclosingScope
(Java.Scope s) Sets the immediately enclosing scope for the (optional) initializer.void
Java.Wildcard.setEnclosingScope
(Java.Scope enclosingScope)