Class UnsafeVariables.Local
java.lang.Object
org.jrd.agent.api.UnsafeVariables.Local
- Enclosing class:
UnsafeVariables
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic voiddestroy()static Stringdump()static Stringstatic Objectstatic ObjectgetOrCreate(Object owner, String name, Object defaultValue) static voidinit()static Objectstatic voidstatic Objectstatic ObjectsetNoReplace(Object owner, String name, Object value)
-
Field Details
-
LOCALS
-
-
Constructor Details
-
Local
protected Local()
-
-
Method Details
-
init
public static void init() -
set
-
setNoReplace
public static Object setNoReplace(Object owner, String name, Object value) throws Variables.FakeVariableAlreadyDeclaredException -
get
-
getOrCreate
-
create
public static Object create(Object owner, String name, Object defaultValue) throws Variables.FakeVariableAlreadyDeclaredException -
remove
-
removeAll
-
destroy
public static void destroy() -
dump
-
dump
-