Access | Constructor and Description |
---|---|
public | |
protected |
Modifier and Type | Method and Description |
---|---|
public void | |
public FunctionType | |
protected Type | createCVVariant(int cvAttributes)
Implements abstract sun.
|
public Type | |
public int | |
public Type | |
public void | iterateObject(Address a, ObjectVisitor v, FieldIdentifier f)
Implements abstract sun. Implements sun. Alternate visitor which allows end user to specify the FieldIdentifier associated with this type (typically for visiting locals in a frame) |
pack-priv Type | resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener)
Overrides sun.
|
public void |
argumentTypes | back to summary |
---|---|
private List<Type> argumentTypes |
returnType | back to summary |
---|---|
private Type returnType |
BasicFunctionType | back to summary |
---|---|
public BasicFunctionType(String name, int size, Type returnType) |
BasicFunctionType | back to summary |
---|---|
protected BasicFunctionType(String name, int size, Type returnType, int cvAttributes) |
addArgumentType | back to summary |
---|---|
public void addArgumentType(Type t) |
asFunction | back to summary |
---|---|
public FunctionType asFunction() Overrides sun. Implements sun. |
createCVVariant | back to summary |
---|---|
protected Type createCVVariant(int cvAttributes) Implements abstract sun. |
getArgumentType | back to summary |
---|---|
public Type getArgumentType(int i) Implements sun. |
getNumArguments | back to summary |
---|---|
public int getNumArguments() Implements sun. |
getReturnType | back to summary |
---|---|
public Type getReturnType() Implements sun. |
iterateObject | back to summary |
---|---|
public void iterateObject(Address a, ObjectVisitor v, FieldIdentifier f) Implements abstract sun. Implements sun. Doc from sun. Alternate visitor which allows end user to specify the FieldIdentifier associated with this type (typically for visiting locals in a frame) |
resolveTypes | back to summary |
---|---|
pack-priv Type resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener) Overrides sun. |
visit | back to summary |
---|---|
public void visit(TypeVisitor v) Implements abstract sun. |