|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
org.mesopotamia.lang.java | |
org.mesopotamia.lang.java.ref | |
org.mesopotamia.lang.java.ref.bcel |
Uses of Scope in org.mesopotamia.lang.java |
---|
Classes in org.mesopotamia.lang.java that implement Scope | |
---|---|
class |
Code
|
class |
CompoundStatement
|
class |
ConstructorDefinition
|
class |
For
|
class |
Handler
|
class |
InstanceInitializer
|
class |
JavaSourceUnit
|
class |
MethodDefinition
|
class |
Operation
|
class |
StaticInitializer
|
Methods in org.mesopotamia.lang.java that return Scope | |
---|---|
protected Scope |
TypeDefinition.getEnclosingScope()
|
Methods in org.mesopotamia.lang.java with parameters of type Scope | |
---|---|
MethodInfo |
MethodCall.getInfo(Scope es)
|
TypeSpecInfo |
MethodCall.getTypeSpecInfo(Scope es)
|
TypeSpecInfo |
Identifier.getTypeSpecInfo(Scope scope)
|
static TypeInfo |
TypeSpecification.toTypeInfo(TypeSpecInfo tsi,
Scope es)
Returns type info for given type spec info taking dimensions into consideration. |
Uses of Scope in org.mesopotamia.lang.java.ref |
---|
Classes in org.mesopotamia.lang.java.ref that implement Scope | |
---|---|
class |
SoftCachingScope
Scope which caches resolved types, variables and methods using soft references. |
Uses of Scope in org.mesopotamia.lang.java.ref.bcel |
---|
Methods in org.mesopotamia.lang.java.ref.bcel with parameters of type Scope | |
---|---|
TypeInfo |
JavaClassTypeInfoRepository.getTypeInfo(java.lang.String fcn,
Scope scope)
|
static TypeSpecInfo |
JavaClassTypeInfo.string2TypeSpecInfo(java.lang.String typeName,
Scope scope,
JavaClassTypeInfoRepository repository)
|
static TypeSpecInfo |
JavaClassTypeInfo.type2TypeSpecInfo(Type type,
Scope scope,
JavaClassTypeInfoRepository repository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |