public class GlobalNodeFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PAG |
pag |
protected RefType |
rtClassLoader |
protected RefType |
rtObject |
protected RefType |
rtString |
protected RefType |
rtThread |
protected RefType |
rtThreadGroup |
protected RefType |
rtThrowable |
| Constructor and Description |
|---|
GlobalNodeFactory(PAG pag) |
| Modifier and Type | Method and Description |
|---|---|
Node |
caseArgv() |
Node |
caseCanonicalPath() |
Node |
caseDefaultClassLoader() |
Node |
caseFinalizeQueue() |
Node |
caseMainClassNameString() |
Node |
caseMainThread() |
Node |
caseMainThreadGroup() |
Node |
caseNewInstance(VarNode cls) |
Node |
casePrivilegedActionException() |
Node |
caseThrow() |
protected final RefType rtObject
protected final RefType rtClassLoader
protected final RefType rtString
protected final RefType rtThread
protected final RefType rtThreadGroup
protected final RefType rtThrowable
protected PAG pag
public GlobalNodeFactory(PAG pag)
public final Node caseDefaultClassLoader()
public final Node caseMainClassNameString()
public final Node caseMainThreadGroup()
public final Node casePrivilegedActionException()
public final Node caseCanonicalPath()
public final Node caseMainThread()
public final Node caseFinalizeQueue()
public final Node caseArgv()
public Node caseThrow()
Copyright © 2020 Soot OSS. All rights reserved.