Package | Description |
---|---|
soot.jimple.spark.internal | |
soot.jimple.toolkits.pointer.representations | |
soot.jimple.toolkits.pointer.util |
Modifier and Type | Method and Description |
---|---|
protected void |
SparkNativeHelper.assignObjectToImpl(ReferenceVariable lhs,
AbstractObject obj) |
protected void |
SparkNativeHelper.assignObjectToImpl(ReferenceVariable lhs,
AbstractObject obj) |
protected void |
SparkNativeHelper.throwExceptionImpl(AbstractObject obj) |
protected void |
SparkNativeHelper.throwExceptionImpl(AbstractObject obj) |
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.
|
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) |
protected abstract void |
NativeHelper.assignObjectToImpl(ReferenceVariable lhs,
AbstractObject obj) |
void |
NativeHelper.throwException(AbstractObject obj)
Throw of an abstract object as an exception.
|
void |
NativeHelper.throwException(AbstractObject obj)
Throw of an abstract object as an exception.
|
protected abstract void |
NativeHelper.throwExceptionImpl(AbstractObject obj) |
protected abstract void |
NativeHelper.throwExceptionImpl(AbstractObject obj) |