Class ByteCodeFieldNames


  • public final class ByteCodeFieldNames
    extends Object
    This class contains names of stub fields as Stub's constants.
    • Field Detail

      • THREADSUSINGOBJ_FIELDNAME

        public static final String THREADSUSINGOBJ_FIELDNAME
        threadsUsingObject field name in stub.
        See Also:
        Constant Field Values
      • METHOD_NAME_DICT

        public static final String METHOD_NAME_DICT
        Python dictionary for method names, containing operation IDs.
        See Also:
        Constant Field Values
      • DEBUG_ENABLED_FIELDNAME

        public static final String DEBUG_ENABLED_FIELDNAME
        DEBUG_ENABLED field name in stub.
        See Also:
        Constant Field Values