| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.types.generics |
| Modifier and Type | Method and Description |
|---|---|
TypeSignature |
FieldImpl.getGenericSignature() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BytecodeClass.addFieldToList(List<FieldImpl> L,
Atom name,
ImmutableByteArray fieldType,
int accessFlags,
Collection<Annotation> annotations,
TypeSignature sig) |
| Constructor and Description |
|---|
FieldImpl(IClass declaringClass,
FieldReference canonicalRef,
int accessFlags,
Collection<Annotation> annotations,
TypeSignature sig) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeSignature |
class |
BaseType |
class |
ClassTypeSignature
Under construction.
|
class |
TypeVariableSignature
TypeVariableSignature: T identifier ;
|
| Modifier and Type | Method and Description |
|---|---|
TypeSignature[] |
MethodTypeSignature.getArguments() |
static TypeSignature[] |
MethodTypeSignature.getArguments(IMethod method) |
TypeSignature |
FormalTypeParameter.getClassBound() |
TypeSignature |
ArrayTypeSignature.getContents() |
TypeSignature |
TypeArgument.getFieldTypeSignature() |
TypeSignature[] |
FormalTypeParameter.getInterfaceBounds() |
TypeSignature |
MethodTypeSignature.getReturnType() |
static TypeSignature |
TypeSignature.make(String s) |
Copyright © 2015. All rights reserved.