| Modifier and Type | Method and Description |
|---|---|
void |
Compiler.accept(IBinaryType binaryType,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Add an additional binary type
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassFileReader |
| Modifier and Type | Method and Description |
|---|---|
IBinaryType |
NameEnvironmentAnswer.getBinaryType()
Answer the resolved binary form for the type or null if the
receiver represents a compilation unit or source type.
|
| Constructor and Description |
|---|
NameEnvironmentAnswer(IBinaryType binaryType,
AccessRestriction accessRestriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITypeRequestor.accept(IBinaryType binaryType,
PackageBinding packageBinding,
AccessRestriction accessRestriction)
Accept the resolved binary form for the requested type.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryTypeBinding |
LookupEnvironment.cacheBinaryType(IBinaryType binaryType,
AccessRestriction accessRestriction) |
BinaryTypeBinding |
LookupEnvironment.cacheBinaryType(IBinaryType binaryType,
boolean needFieldsAndMethods,
AccessRestriction accessRestriction) |
BinaryTypeBinding |
LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType,
PackageBinding packageBinding,
AccessRestriction accessRestriction) |
BinaryTypeBinding |
LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType,
PackageBinding packageBinding,
boolean needFieldsAndMethods,
AccessRestriction accessRestriction) |
| Constructor and Description |
|---|
BinaryTypeBinding(PackageBinding packageBinding,
IBinaryType binaryType,
LookupEnvironment environment)
Standard constructor for creating binary type bindings from binary models (classfiles)
|
BinaryTypeBinding(PackageBinding packageBinding,
IBinaryType binaryType,
LookupEnvironment environment,
boolean needFieldsAndMethods)
Standard constructor for creating binary type bindings from binary models (classfiles)
|
Copyright © 2015. All rights reserved.