| Package | Description |
|---|---|
| soot.jimple.toolkits.pointer.representations | |
| soot.jimple.toolkits.pointer.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantObject |
class |
GeneralConstObject |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeHelper.assignObjectTo(ReferenceVariable lhs,
AbstractObject obj)
Assignment of an abstract object to the variable, such as
" a = new A()", which is considered to add a target in a's
points-to set.
|
protected abstract void |
NativeHelper.assignObjectToImpl(ReferenceVariable lhs,
AbstractObject obj) |
void |
NativeHelper.throwException(AbstractObject obj)
Throw of an abstract object as an exception.
|
protected abstract void |
NativeHelper.throwExceptionImpl(AbstractObject obj) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.