Class ByteCodeMethods
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.java.constants.ByteCodeMethods
-
public final class ByteCodeMethods extends Object
Constants of methods for bytecode generation.
-
-
Field Summary
Fields Modifier and Type Field Description static org.objectweb.asm.commons.Method
BITSET_CONSTRUCTOR
Bitset constructor.static org.objectweb.asm.commons.Method
BITSET_GET
BitSet get.static org.objectweb.asm.commons.Method
BITSET_SET
BitSet set.static org.objectweb.asm.commons.Method
BITSET_TOBYTEARRAY
BitSet toByteArray.static org.objectweb.asm.commons.Method
BITSET_VALUEOF
Bitset value of method.static org.objectweb.asm.commons.Method
DC_INIT_METHOD
Constructor method with objID.static org.objectweb.asm.commons.Method
DCBOBJ_GET_LIB
Get lib.static org.objectweb.asm.commons.Method
DCBOBJ_GET_SESSID
Get sessionID.static org.objectweb.asm.commons.Method
DCBUFFER_READ_BYTES
DCByteBuffer read bytes method.static org.objectweb.asm.commons.Method
DCBUFFER_READ_VLQ_INT
DCByteBuffer read VLQ int method.static org.objectweb.asm.commons.Method
DCBUFFER_SET_WRITER_INDEX
DCByteBuffer set writer index method.static org.objectweb.asm.commons.Method
DCBUFFER_WRITE_BYTES
DCByteBuffer write bytes method.static org.objectweb.asm.commons.Method
DCBUFFER_WRITE_VLQ_INT
DCByteBuffer write VLQ int method.static org.objectweb.asm.commons.Method
DCBUFFER_WRITER_INDEX
DCByteBuffer writer index method.static org.objectweb.asm.commons.Method
DCOBJ_ADD_LAZY_TASK
DataClayobject addLazyTask method.static org.objectweb.asm.commons.Method
DCOBJ_ALIAS_CONSTRUCTOR
DataClayObject constructor with alias ASM method.static org.objectweb.asm.commons.Method
DCOBJ_CONSTRUCTOR
Empty Constructor ASM method.static org.objectweb.asm.commons.Method
DCOBJ_DEBUG_END
DataClayobject debugEnd method.static org.objectweb.asm.commons.Method
DCOBJ_DEBUG_START
DataClayobject debug start method.static org.objectweb.asm.commons.Method
DCOBJ_DELETE_ALIAS
deleteAlias ASM Method.static org.objectweb.asm.commons.Method
DCOBJ_END_METHOD
End method.static org.objectweb.asm.commons.Method
DCOBJ_EXECUTE_IMPL
Execute implementation ASM Method.static org.objectweb.asm.commons.Method
DCOBJ_GET_BY_ALIAS
getByAlias ASM Method.static org.objectweb.asm.commons.Method
DCOBJ_GET_MASTER_LOCATION
Get master location ASM Method.static org.objectweb.asm.commons.Method
DCOBJ_GET_METACLASSID
DCObject getMetaClassID method.static org.objectweb.asm.commons.Method
DCOBJ_IS_LOADED
Is loaded method.static org.objectweb.asm.commons.Method
DCOBJ_IS_MASTER_LOCATION
Is master storage location method.static org.objectweb.asm.commons.Method
DCOBJ_IS_PERSISTENT
Is persistent method.static org.objectweb.asm.commons.Method
DCOBJ_RUN_REMOTE
Run remote ASM Method.static org.objectweb.asm.commons.Method
DCOBJ_SETASDIRTY
setAsDirty ASM Method.static org.objectweb.asm.commons.Method
DEBUG_METHOD
Logger debug method.static org.objectweb.asm.commons.Method
DECREMENT_AND_GET
Decrement and get.static org.objectweb.asm.commons.Method
DESERIALIZE_ASSOC
Deserialize association method in DCObj.static org.objectweb.asm.commons.Method
DESERIALIZE_JAVA_FIELD
Deserialize java field method in DCObj.static org.objectweb.asm.commons.Method
EMPTY_CONSTRUCTOR
Empty Constructor ASM method.static org.objectweb.asm.commons.Method
EQUALS
Equals method.static org.objectweb.asm.commons.Method
GET_IMM_OBJS
Serialized params or return getImmObjs.static org.objectweb.asm.commons.Method
GET_LANG_OBJS
Serialized params or return getLangObjs.static org.objectweb.asm.commons.Method
GET_PERS_REFS
Serialized params or return getPersistentRefs.static org.objectweb.asm.commons.Method
GET_VOLATILE_OBJS
Serialized params or return getVolatileObjs.static org.objectweb.asm.commons.Method
HASHCODE
Hashcode method.static org.objectweb.asm.commons.Method
IMM_PARAM_RETURN_CONSTRUCTOR
Immutable param or return constructor.static org.objectweb.asm.commons.Method
IMPLID_CONSTRUCTOR
ImplId constructor.static org.objectweb.asm.commons.Method
IMPLID_INIT_METHOD
Init method.static org.objectweb.asm.commons.Method
INIT_METHOD
Init method.static org.objectweb.asm.commons.Method
LANG_PARAM_RETURN_CONSTRUCTOR
Language param or return constructor.static org.objectweb.asm.commons.Method
LIST_ADD
List add.static org.objectweb.asm.commons.Method
LIST_GET
List get element.static org.objectweb.asm.commons.Method
MAP_GET
Get method.static org.objectweb.asm.commons.Method
MAP_PUT
Put method.static org.objectweb.asm.commons.Method
MCLASSID_INIT_METHOD
Init method.static org.objectweb.asm.commons.Method
OBJDATA_PARAM_RETURN_CONSTRUCTOR
Object with data param or return constructor.static org.objectweb.asm.commons.Method
PERS_PARAM_RETURN_CONSTRUCTOR
Persistent param or return constructor.static org.objectweb.asm.commons.Method
QUEUE_POLL
Stack pop element.static org.objectweb.asm.commons.Method
RUN_METHOD
Run method.static org.objectweb.asm.commons.Method
RUNNABLE_RUN_METHOD
Run method.static org.objectweb.asm.commons.Method
SERIALIZE_ASSOC
Serialize association method in DCObj.static org.objectweb.asm.commons.Method
SERIALIZE_JAVA_FIELD
Serialize java field method in DCObj.static org.objectweb.asm.commons.Method
SERIALIZED_PARAMS_OR_RETURN_CONSTRUCTOR
Serialized params or return constructor.static org.objectweb.asm.commons.Method
SET_FIELDS_DESER
Set field method.static org.objectweb.asm.commons.Method
SET_WRAP_PARAMETERS
setWrappersParams method.static org.objectweb.asm.commons.Method
SET_WRAP_RETURN
setWrappersReturn method.static org.objectweb.asm.commons.Method
SET_WRAPPER
Set wrapper.static org.objectweb.asm.commons.Method
STACK_POP
Stack pop element.static org.objectweb.asm.commons.Method
TO_STRING
To string method.static org.objectweb.asm.commons.Method
UUID_INIT_METHOD
Init method.static org.objectweb.asm.commons.Method
WRAP_FIELDS_DESER
Wrap fields.static org.objectweb.asm.commons.Method
WRAP_FIELDS_SER
Wrap fields.static org.objectweb.asm.commons.Method
WRAP_PARAMETERS
Wrap params.static org.objectweb.asm.commons.Method
WRAP_RETURN
Wrap return.
-
-
-
Field Detail
-
BITSET_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method BITSET_CONSTRUCTOR
Bitset constructor.
-
BITSET_GET
public static final org.objectweb.asm.commons.Method BITSET_GET
BitSet get.
-
BITSET_SET
public static final org.objectweb.asm.commons.Method BITSET_SET
BitSet set.
-
BITSET_TOBYTEARRAY
public static final org.objectweb.asm.commons.Method BITSET_TOBYTEARRAY
BitSet toByteArray.
-
BITSET_VALUEOF
public static final org.objectweb.asm.commons.Method BITSET_VALUEOF
Bitset value of method.
-
DC_INIT_METHOD
public static final org.objectweb.asm.commons.Method DC_INIT_METHOD
Constructor method with objID.
-
DCBOBJ_GET_LIB
public static final org.objectweb.asm.commons.Method DCBOBJ_GET_LIB
Get lib.
-
DCBOBJ_GET_SESSID
public static final org.objectweb.asm.commons.Method DCBOBJ_GET_SESSID
Get sessionID.
-
DCBUFFER_READ_BYTES
public static final org.objectweb.asm.commons.Method DCBUFFER_READ_BYTES
DCByteBuffer read bytes method.
-
DCBUFFER_READ_VLQ_INT
public static final org.objectweb.asm.commons.Method DCBUFFER_READ_VLQ_INT
DCByteBuffer read VLQ int method.
-
DCBUFFER_SET_WRITER_INDEX
public static final org.objectweb.asm.commons.Method DCBUFFER_SET_WRITER_INDEX
DCByteBuffer set writer index method.
-
DCBUFFER_WRITE_BYTES
public static final org.objectweb.asm.commons.Method DCBUFFER_WRITE_BYTES
DCByteBuffer write bytes method.
-
DCBUFFER_WRITE_VLQ_INT
public static final org.objectweb.asm.commons.Method DCBUFFER_WRITE_VLQ_INT
DCByteBuffer write VLQ int method.
-
DCBUFFER_WRITER_INDEX
public static final org.objectweb.asm.commons.Method DCBUFFER_WRITER_INDEX
DCByteBuffer writer index method.
-
DCOBJ_ADD_LAZY_TASK
public static final org.objectweb.asm.commons.Method DCOBJ_ADD_LAZY_TASK
DataClayobject addLazyTask method.
-
DCOBJ_ALIAS_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method DCOBJ_ALIAS_CONSTRUCTOR
DataClayObject constructor with alias ASM method.
-
DCOBJ_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method DCOBJ_CONSTRUCTOR
Empty Constructor ASM method.
-
DCOBJ_DEBUG_END
public static final org.objectweb.asm.commons.Method DCOBJ_DEBUG_END
DataClayobject debugEnd method.
-
DCOBJ_DEBUG_START
public static final org.objectweb.asm.commons.Method DCOBJ_DEBUG_START
DataClayobject debug start method.
-
DCOBJ_END_METHOD
public static final org.objectweb.asm.commons.Method DCOBJ_END_METHOD
End method.
-
DCOBJ_EXECUTE_IMPL
public static final org.objectweb.asm.commons.Method DCOBJ_EXECUTE_IMPL
Execute implementation ASM Method.
-
DCOBJ_RUN_REMOTE
public static final org.objectweb.asm.commons.Method DCOBJ_RUN_REMOTE
Run remote ASM Method.
-
DCOBJ_GET_MASTER_LOCATION
public static final org.objectweb.asm.commons.Method DCOBJ_GET_MASTER_LOCATION
Get master location ASM Method.
-
DCOBJ_GET_BY_ALIAS
public static final org.objectweb.asm.commons.Method DCOBJ_GET_BY_ALIAS
getByAlias ASM Method.
-
DCOBJ_DELETE_ALIAS
public static final org.objectweb.asm.commons.Method DCOBJ_DELETE_ALIAS
deleteAlias ASM Method.
-
DCOBJ_GET_METACLASSID
public static final org.objectweb.asm.commons.Method DCOBJ_GET_METACLASSID
DCObject getMetaClassID method.
-
DCOBJ_IS_LOADED
public static final org.objectweb.asm.commons.Method DCOBJ_IS_LOADED
Is loaded method.
-
DCOBJ_IS_MASTER_LOCATION
public static final org.objectweb.asm.commons.Method DCOBJ_IS_MASTER_LOCATION
Is master storage location method.
-
DCOBJ_IS_PERSISTENT
public static final org.objectweb.asm.commons.Method DCOBJ_IS_PERSISTENT
Is persistent method.
-
DCOBJ_SETASDIRTY
public static final org.objectweb.asm.commons.Method DCOBJ_SETASDIRTY
setAsDirty ASM Method.
-
DEBUG_METHOD
public static final org.objectweb.asm.commons.Method DEBUG_METHOD
Logger debug method.
-
DECREMENT_AND_GET
public static final org.objectweb.asm.commons.Method DECREMENT_AND_GET
Decrement and get.
-
DESERIALIZE_ASSOC
public static final org.objectweb.asm.commons.Method DESERIALIZE_ASSOC
Deserialize association method in DCObj.
-
DESERIALIZE_JAVA_FIELD
public static final org.objectweb.asm.commons.Method DESERIALIZE_JAVA_FIELD
Deserialize java field method in DCObj.
-
EMPTY_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method EMPTY_CONSTRUCTOR
Empty Constructor ASM method.
-
EQUALS
public static final org.objectweb.asm.commons.Method EQUALS
Equals method.
-
GET_IMM_OBJS
public static final org.objectweb.asm.commons.Method GET_IMM_OBJS
Serialized params or return getImmObjs.
-
GET_LANG_OBJS
public static final org.objectweb.asm.commons.Method GET_LANG_OBJS
Serialized params or return getLangObjs.
-
GET_PERS_REFS
public static final org.objectweb.asm.commons.Method GET_PERS_REFS
Serialized params or return getPersistentRefs.
-
GET_VOLATILE_OBJS
public static final org.objectweb.asm.commons.Method GET_VOLATILE_OBJS
Serialized params or return getVolatileObjs.
-
HASHCODE
public static final org.objectweb.asm.commons.Method HASHCODE
Hashcode method.
-
IMM_PARAM_RETURN_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method IMM_PARAM_RETURN_CONSTRUCTOR
Immutable param or return constructor.
-
IMPLID_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method IMPLID_CONSTRUCTOR
ImplId constructor.
-
IMPLID_INIT_METHOD
public static final org.objectweb.asm.commons.Method IMPLID_INIT_METHOD
Init method.
-
INIT_METHOD
public static final org.objectweb.asm.commons.Method INIT_METHOD
Init method.
-
LANG_PARAM_RETURN_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method LANG_PARAM_RETURN_CONSTRUCTOR
Language param or return constructor.
-
LIST_ADD
public static final org.objectweb.asm.commons.Method LIST_ADD
List add.
-
LIST_GET
public static final org.objectweb.asm.commons.Method LIST_GET
List get element.
-
MAP_GET
public static final org.objectweb.asm.commons.Method MAP_GET
Get method.
-
MAP_PUT
public static final org.objectweb.asm.commons.Method MAP_PUT
Put method.
-
MCLASSID_INIT_METHOD
public static final org.objectweb.asm.commons.Method MCLASSID_INIT_METHOD
Init method.
-
OBJDATA_PARAM_RETURN_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method OBJDATA_PARAM_RETURN_CONSTRUCTOR
Object with data param or return constructor.
-
PERS_PARAM_RETURN_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method PERS_PARAM_RETURN_CONSTRUCTOR
Persistent param or return constructor.
-
QUEUE_POLL
public static final org.objectweb.asm.commons.Method QUEUE_POLL
Stack pop element.
-
RUN_METHOD
public static final org.objectweb.asm.commons.Method RUN_METHOD
Run method.
-
RUNNABLE_RUN_METHOD
public static final org.objectweb.asm.commons.Method RUNNABLE_RUN_METHOD
Run method.
-
SERIALIZE_ASSOC
public static final org.objectweb.asm.commons.Method SERIALIZE_ASSOC
Serialize association method in DCObj.
-
SERIALIZE_JAVA_FIELD
public static final org.objectweb.asm.commons.Method SERIALIZE_JAVA_FIELD
Serialize java field method in DCObj.
-
SERIALIZED_PARAMS_OR_RETURN_CONSTRUCTOR
public static final org.objectweb.asm.commons.Method SERIALIZED_PARAMS_OR_RETURN_CONSTRUCTOR
Serialized params or return constructor.
-
SET_FIELDS_DESER
public static final org.objectweb.asm.commons.Method SET_FIELDS_DESER
Set field method.
-
SET_WRAP_PARAMETERS
public static final org.objectweb.asm.commons.Method SET_WRAP_PARAMETERS
setWrappersParams method.
-
SET_WRAP_RETURN
public static final org.objectweb.asm.commons.Method SET_WRAP_RETURN
setWrappersReturn method.
-
SET_WRAPPER
public static final org.objectweb.asm.commons.Method SET_WRAPPER
Set wrapper.
-
STACK_POP
public static final org.objectweb.asm.commons.Method STACK_POP
Stack pop element.
-
TO_STRING
public static final org.objectweb.asm.commons.Method TO_STRING
To string method.
-
UUID_INIT_METHOD
public static final org.objectweb.asm.commons.Method UUID_INIT_METHOD
Init method.
-
WRAP_FIELDS_DESER
public static final org.objectweb.asm.commons.Method WRAP_FIELDS_DESER
Wrap fields.
-
WRAP_FIELDS_SER
public static final org.objectweb.asm.commons.Method WRAP_FIELDS_SER
Wrap fields.
-
WRAP_PARAMETERS
public static final org.objectweb.asm.commons.Method WRAP_PARAMETERS
Wrap params.
-
WRAP_RETURN
public static final org.objectweb.asm.commons.Method WRAP_RETURN
Wrap return.
-
-