Class ByteCodeConstants
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.java.ByteCodeConstants
-
public final class ByteCodeConstants extends Object
Constants of names of classes, internal names...
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATACLAY_PREFIX_MARK
Mark used to modify method's names, properties...static String
DATACLAY_SET_UPDATE_PREFIX
static String
DATACLAY_UPDATE
-
-
-
Field Detail
-
DATACLAY_PREFIX_MARK
public static final String DATACLAY_PREFIX_MARK
Mark used to modify method's names, properties...- See Also:
- Constant Field Values
-
DATACLAY_UPDATE
public static final String DATACLAY_UPDATE
- See Also:
- Constant Field Values
-
DATACLAY_SET_UPDATE_PREFIX
public static final String DATACLAY_SET_UPDATE_PREFIX
- See Also:
- Constant Field Values
-
-