Пример #1
0
 static Float()
 {
     _cmj_theClass             = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.lang.Float", typeof(global::Java.Lang.Float));
     _cmj_fldMAX_VALUE         = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "MAX_VALUE", "F", true, true);
     _cmj_fldMIN_NORMAL        = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "MIN_NORMAL", "F", true, true);
     _cmj_fldMIN_VALUE         = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "MIN_VALUE", "F", true, true);
     _cmj_fldNaN               = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "NaN", "F", true, true);
     _cmj_fldNEGATIVE_INFINITY = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "NEGATIVE_INFINITY", "F", true, true);
     _cmj_fldPOSITIVE_INFINITY = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(float), "POSITIVE_INFINITY", "F", true, true);
     _cmj_fldTYPE              = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Class), "TYPE", "Ljava/lang/Class;", true, true);
     _cmj_ctr0  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Float), "<init>", "(D)V", false);
     _cmj_ctr1  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Float), "<init>", "(F)V", false);
     _cmj_ctr2  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Float), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_fun0  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compare", "(FF)I", true, false, false);
     _cmj_fun1  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareTo", "(Ljava/lang/Float;)I", false, false, false);
     _cmj_fun2  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "floatToIntBits", "(F)I", true, false, false);
     _cmj_fun3  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "floatToRawIntBits", "(F)I", true, false, false);
     _cmj_fun4  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "hashCode", "(F)I", true, false, false);
     _cmj_fun5  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(float), "intBitsToFloat", "(I)F", true, false, false);
     _cmj_fun6  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isFinite", "(F)Z", true, false, false);
     _cmj_fun7  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isInfinite", "()Z", false, false, false);
     _cmj_fun8  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isInfinite", "(F)Z", true, false, false);
     _cmj_fun9  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isNaN", "()Z", false, false, false);
     _cmj_fun10 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isNaN", "(F)Z", true, false, false);
     _cmj_fun11 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(float), "max", "(FF)F", true, false, false);
     _cmj_fun12 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(float), "min", "(FF)F", true, false, false);
     _cmj_fun13 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(float), "parseFloat", "(Ljava/lang/String;)F", true, false, false);
     _cmj_fun14 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(float), "sum", "(FF)F", true, false, false);
     _cmj_fun15 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toHexString", "(F)Ljava/lang/String;", true, false, false);
     _cmj_fun16 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(F)Ljava/lang/String;", true, false, false);
     _cmj_fun17 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Float), "valueOf", "(F)Ljava/lang/Float;", true, false, false);
     _cmj_fun18 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Float), "valueOf", "(Ljava/lang/String;)Ljava/lang/Float;", true, false, false);
 }
Пример #2
0
 static Logger()
 {
     _cmj_theClass  = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.util.logging.Logger", typeof(global::Java.Util.Logging.Logger));
     _cmj_fldGlobal = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "global", "Ljava/util/logging/Logger;", true, true);
     _cmj_fun0      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "config", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun1      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "entering", "(Ljava/lang/String;Ljava/lang/String;)V", false, false, false);
     _cmj_fun2      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "entering", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", false, false, false);
     _cmj_fun3      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "entering", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V", false, false, false);
     _cmj_fun4      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "exiting", "(Ljava/lang/String;Ljava/lang/String;)V", false, false, false);
     _cmj_fun5      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "exiting", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", false, false, false);
     _cmj_fun6      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "fine", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun7      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "finer", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun8      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "finest", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun9      = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getAnonymousLogger", "()Ljava/util/logging/Logger;", true, false, false);
     _cmj_fun10     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getAnonymousLogger", "(Ljava/lang/String;)Ljava/util/logging/Logger;", true, false, false);
     _cmj_fun11     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getGlobal", "()Ljava/util/logging/Logger;", true, false, false);
     _cmj_fun12     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getLogger", "(Ljava/lang/String;)Ljava/util/logging/Logger;", true, false, false);
     _cmj_fun13     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getLogger", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;", true, false, false);
     _cmj_fun14     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "getName", "()Ljava/lang/String;", false, false, false);
     _cmj_fun15     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Util.Logging.Logger), "getParent", "()Ljava/util/logging/Logger;", false, false, false);
     _cmj_fun16     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "getResourceBundleName", "()Ljava/lang/String;", false, false, false);
     _cmj_fun17     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "getUseParentHandlers", "()Z", false, false, false);
     _cmj_fun18     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "info", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun19     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "setParent", "(Ljava/util/logging/Logger;)V", false, false, false);
     _cmj_fun20     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "setUseParentHandlers", "(Z)V", false, false, false);
     _cmj_fun21     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "severe", "(Ljava/lang/String;)V", false, false, false);
     _cmj_fun22     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "throwing", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", false, false, false);
     _cmj_fun23     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(void), "warning", "(Ljava/lang/String;)V", false, false, false);
 }
Пример #3
0
 static Double()
 {
     _cmj_theClass             = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.lang.Double", typeof(global::Java.Lang.Double));
     _cmj_fldMAX_VALUE         = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "MAX_VALUE", "D", true, true);
     _cmj_fldMIN_NORMAL        = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "MIN_NORMAL", "D", true, true);
     _cmj_fldMIN_VALUE         = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "MIN_VALUE", "D", true, true);
     _cmj_fldNaN               = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "NaN", "D", true, true);
     _cmj_fldNEGATIVE_INFINITY = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "NEGATIVE_INFINITY", "D", true, true);
     _cmj_fldPOSITIVE_INFINITY = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(double), "POSITIVE_INFINITY", "D", true, true);
     _cmj_fldTYPE              = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Class), "TYPE", "Ljava/lang/Class;", true, true);
     _cmj_ctr0  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Double), "<init>", "(D)V", false);
     _cmj_ctr1  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Double), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_fun0  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compare", "(DD)I", true, false, false);
     _cmj_fun1  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareTo", "(Ljava/lang/Double;)I", false, false, false);
     _cmj_fun2  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "doubleToLongBits", "(D)J", true, false, false);
     _cmj_fun3  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "doubleToRawLongBits", "(D)J", true, false, false);
     _cmj_fun4  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "hashCode", "(D)I", true, false, false);
     _cmj_fun5  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isFinite", "(D)Z", true, false, false);
     _cmj_fun6  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isInfinite", "()Z", false, false, false);
     _cmj_fun7  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isInfinite", "(D)Z", true, false, false);
     _cmj_fun8  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isNaN", "()Z", false, false, false);
     _cmj_fun9  = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isNaN", "(D)Z", true, false, false);
     _cmj_fun10 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(double), "longBitsToDouble", "(J)D", true, false, false);
     _cmj_fun11 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(double), "max", "(DD)D", true, false, false);
     _cmj_fun12 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(double), "min", "(DD)D", true, false, false);
     _cmj_fun13 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(double), "parseDouble", "(Ljava/lang/String;)D", true, false, false);
     _cmj_fun14 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(double), "sum", "(DD)D", true, false, false);
     _cmj_fun15 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toHexString", "(D)Ljava/lang/String;", true, false, false);
     _cmj_fun16 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(D)Ljava/lang/String;", true, false, false);
     _cmj_fun17 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Double), "valueOf", "(D)Ljava/lang/Double;", true, false, false);
     _cmj_fun18 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Double), "valueOf", "(Ljava/lang/String;)Ljava/lang/Double;", true, false, false);
 }
Пример #4
0
 static DriverPropertyInfo()
 {
     _cmj_theClass       = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.sql.DriverPropertyInfo", typeof(global::Java.Sql.DriverPropertyInfo));
     _cmj_fldChoices     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.StringArray), "choices", "[Ljava/lang/String;", false, false);
     _cmj_fldDescription = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(string), "description", "Ljava/lang/String;", false, false);
     _cmj_fldName        = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(string), "name", "Ljava/lang/String;", false, false);
     _cmj_fldRequired    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(bool), "required", "Z", false, false);
     _cmj_fldValue       = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(string), "value", "Ljava/lang/String;", false, false);
     _cmj_ctr0           = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.DriverPropertyInfo), "<init>", "(Ljava/lang/String;Ljava/lang/String;)V", false);
 }
Пример #5
0
 static PseudoColumnUsage()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.sql.PseudoColumnUsage", typeof(global::Java.Sql.PseudoColumnUsage));
     _cmj_fldNO_USAGE_RESTRICTIONS = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsage), "NO_USAGE_RESTRICTIONS", "Ljava/sql/PseudoColumnUsage;", true, true);
     _cmj_fldSELECT_LIST_ONLY      = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsage), "SELECT_LIST_ONLY", "Ljava/sql/PseudoColumnUsage;", true, true);
     _cmj_fldUSAGE_UNKNOWN         = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsage), "USAGE_UNKNOWN", "Ljava/sql/PseudoColumnUsage;", true, true);
     _cmj_fldWHERE_CLAUSE_ONLY     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsage), "WHERE_CLAUSE_ONLY", "Ljava/sql/PseudoColumnUsage;", true, true);
     _cmj_fun0 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsage), "valueOf", "(Ljava/lang/String;)Ljava/sql/PseudoColumnUsage;", true, false, false);
     _cmj_fun1 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.PseudoColumnUsageArray), "values", "()[Ljava/sql/PseudoColumnUsage;", true, false, false);
 }
Пример #6
0
 static ClientInfoStatus()
 {
     _cmj_theClass                   = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.sql.ClientInfoStatus", typeof(global::Java.Sql.ClientInfoStatus));
     _cmj_fldREASON_UNKNOWN          = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatus), "REASON_UNKNOWN", "Ljava/sql/ClientInfoStatus;", true, true);
     _cmj_fldREASON_UNKNOWN_PROPERTY = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatus), "REASON_UNKNOWN_PROPERTY", "Ljava/sql/ClientInfoStatus;", true, true);
     _cmj_fldREASON_VALUE_INVALID    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatus), "REASON_VALUE_INVALID", "Ljava/sql/ClientInfoStatus;", true, true);
     _cmj_fldREASON_VALUE_TRUNCATED  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatus), "REASON_VALUE_TRUNCATED", "Ljava/sql/ClientInfoStatus;", true, true);
     _cmj_fun0 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatus), "valueOf", "(Ljava/lang/String;)Ljava/sql/ClientInfoStatus;", true, false, false);
     _cmj_fun1 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.ClientInfoStatusArray), "values", "()[Ljava/sql/ClientInfoStatus;", true, false, false);
 }
Пример #7
0
 static RowIdLifetime()
 {
     _cmj_theClass                   = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.sql.RowIdLifetime", typeof(global::Java.Sql.RowIdLifetime));
     _cmj_fldROWID_UNSUPPORTED       = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "ROWID_UNSUPPORTED", "Ljava/sql/RowIdLifetime;", true, true);
     _cmj_fldROWID_VALID_FOREVER     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "ROWID_VALID_FOREVER", "Ljava/sql/RowIdLifetime;", true, true);
     _cmj_fldROWID_VALID_OTHER       = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "ROWID_VALID_OTHER", "Ljava/sql/RowIdLifetime;", true, true);
     _cmj_fldROWID_VALID_SESSION     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "ROWID_VALID_SESSION", "Ljava/sql/RowIdLifetime;", true, true);
     _cmj_fldROWID_VALID_TRANSACTION = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "ROWID_VALID_TRANSACTION", "Ljava/sql/RowIdLifetime;", true, true);
     _cmj_fun0 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetime), "valueOf", "(Ljava/lang/String;)Ljava/sql/RowIdLifetime;", true, false, false);
     _cmj_fun1 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.RowIdLifetimeArray), "values", "()[Ljava/sql/RowIdLifetime;", true, false, false);
 }
Пример #8
0
 static JDBCType()
 {
     _cmj_theClass                   = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.sql.JDBCType", typeof(global::Java.Sql.JDBCType));
     _cmj_fldARRAY                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "ARRAY", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldBIGINT                  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "BIGINT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldBINARY                  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "BINARY", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldBIT                     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "BIT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldBLOB                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "BLOB", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldBOOLEAN                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "BOOLEAN", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldCHAR                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "CHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldCLOB                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "CLOB", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldDATALINK                = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "DATALINK", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldDATE                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "DATE", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldDECIMAL                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "DECIMAL", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldDISTINCT                = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "DISTINCT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldDOUBLE                  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "DOUBLE", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldFLOAT                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "FLOAT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldINTEGER                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "INTEGER", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldJAVA_OBJECT             = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "JAVA_OBJECT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldLONGNVARCHAR            = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "LONGNVARCHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldLONGVARBINARY           = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "LONGVARBINARY", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldLONGVARCHAR             = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "LONGVARCHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldNCHAR                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "NCHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldNCLOB                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "NCLOB", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldNULL                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "NULL", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldNUMERIC                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "NUMERIC", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldNVARCHAR                = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "NVARCHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldOTHER                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "OTHER", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldREAL                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "REAL", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldREF                     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "REF", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldREF_CURSOR              = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "REF_CURSOR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldROWID                   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "ROWID", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldSMALLINT                = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "SMALLINT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldSQLXML                  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "SQLXML", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldSTRUCT                  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "STRUCT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldTIME                    = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "TIME", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldTIME_WITH_TIMEZONE      = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "TIME_WITH_TIMEZONE", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldTIMESTAMP               = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "TIMESTAMP", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldTIMESTAMP_WITH_TIMEZONE = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "TIMESTAMP_WITH_TIMEZONE", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldTINYINT                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "TINYINT", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldVARBINARY               = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "VARBINARY", "Ljava/sql/JDBCType;", true, true);
     _cmj_fldVARCHAR                 = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "VARCHAR", "Ljava/sql/JDBCType;", true, true);
     _cmj_fun0 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "getName", "()Ljava/lang/String;", false, false, false);
     _cmj_fun1 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "getVendor", "()Ljava/lang/String;", false, false, false);
     _cmj_fun2 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "getVendorTypeNumber", "()Ljava/lang/Integer;", false, false, false);
     _cmj_fun3 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "valueOf", "(I)Ljava/sql/JDBCType;", true, false, false);
     _cmj_fun4 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.JDBCType), "valueOf", "(Ljava/lang/String;)Ljava/sql/JDBCType;", true, false, false);
     _cmj_fun5 = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Sql.JDBCTypeArray), "values", "()[Ljava/sql/JDBCType;", true, false, false);
 }
Пример #9
0
 static BigDecimal()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.math.BigDecimal", typeof(global::Java.Math.BigDecimal));
     _cmj_fldONE   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "ONE", "Ljava/math/BigDecimal;", true, true);
     _cmj_fldTEN   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "TEN", "Ljava/math/BigDecimal;", true, true);
     _cmj_fldZERO  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "ZERO", "Ljava/math/BigDecimal;", true, true);
     _cmj_ctr0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "(D)V", false);
     _cmj_ctr1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "(I)V", false);
     _cmj_ctr2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "(J)V", false);
     _cmj_ctr3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_ctr4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "([C)V", false);
     _cmj_ctr5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "<init>", "([CII)V", false);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "abs", "()Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "add", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(byte), "byteValueExact", "()B", false, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareTo", "(Ljava/math/BigDecimal;)I", false, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "divide", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "divide", "(Ljava/math/BigDecimal;I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "divide", "(Ljava/math/BigDecimal;II)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimalArray), "divideAndRemainder", "(Ljava/math/BigDecimal;)[Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "divideToIntegralValue", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "intValueExact", "()I", false, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "longValueExact", "()J", false, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "max", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun12    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "min", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun13    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "movePointLeft", "(I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun14    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "movePointRight", "(I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun15    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "multiply", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun16    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "negate", "()Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun17    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "plus", "()Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun18    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "pow", "(I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun19    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "precision", "()I", false, false, false);
     _cmj_fun20    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "remainder", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun21    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "scale", "()I", false, false, false);
     _cmj_fun22    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "scaleByPowerOfTen", "(I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun23    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "setScale", "(I)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun24    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "setScale", "(II)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun25    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(short), "shortValueExact", "()S", false, false, false);
     _cmj_fun26    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "signum", "()I", false, false, false);
     _cmj_fun27    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "stripTrailingZeros", "()Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun28    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "subtract", "(Ljava/math/BigDecimal;)Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun29    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toEngineeringString", "()Ljava/lang/String;", false, false, false);
     _cmj_fun30    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toPlainString", "()Ljava/lang/String;", false, false, false);
     _cmj_fun31    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "ulp", "()Ljava/math/BigDecimal;", false, false, false);
     _cmj_fun32    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "valueOf", "(D)Ljava/math/BigDecimal;", true, false, false);
     _cmj_fun33    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "valueOf", "(J)Ljava/math/BigDecimal;", true, false, false);
     _cmj_fun34    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Math.BigDecimal), "valueOf", "(JI)Ljava/math/BigDecimal;", true, false, false);
 }
Пример #10
0
 static LocalDateTime()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.time.LocalDateTime", typeof(global::Java.Time.LocalDateTime));
     _cmj_fldMAX   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "MAX", "Ljava/time/LocalDateTime;", true, true);
     _cmj_fldMIN   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "MIN", "Ljava/time/LocalDateTime;", true, true);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getDayOfMonth", "()I", false, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getDayOfYear", "()I", false, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getHour", "()I", false, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getMinute", "()I", false, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getMonthValue", "()I", false, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getNano", "()I", false, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getSecond", "()I", false, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getYear", "()I", false, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusDays", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusHours", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusMinutes", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusMonths", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun12    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusNanos", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun13    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusSeconds", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun14    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusWeeks", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun15    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "minusYears", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun16    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "now", "()Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun17    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "of", "(Ljava/time/LocalDate;Ljava/time/LocalTime;)Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun18    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "of", "(IIIII)Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun19    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "of", "(IIIIII)Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun20    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "of", "(IIIIIII)Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun21    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "parse", "(Ljava/lang/CharSequence;)Ljava/time/LocalDateTime;", true, false, false);
     _cmj_fun22    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusDays", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun23    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusHours", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun24    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusMinutes", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun25    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusMonths", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun26    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusNanos", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun27    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusSeconds", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun28    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusWeeks", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun29    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "plusYears", "(J)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun30    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "toLocalDate", "()Ljava/time/LocalDate;", false, false, false);
     _cmj_fun31    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "toLocalTime", "()Ljava/time/LocalTime;", false, false, false);
     _cmj_fun32    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withDayOfMonth", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun33    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withDayOfYear", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun34    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withHour", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun35    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withMinute", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun36    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withMonth", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun37    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withNano", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun38    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withSecond", "(I)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun39    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "withYear", "(I)Ljava/time/LocalDateTime;", false, false, false);
 }
Пример #11
0
 static Integer()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.lang.Integer", typeof(global::Java.Lang.Integer));
     _cmj_fldTYPE  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Class), "TYPE", "Ljava/lang/Class;", true, true);
     _cmj_ctr0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "<init>", "(I)V", false);
     _cmj_ctr1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "bitCount", "(I)I", true, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compare", "(II)I", true, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareTo", "(Ljava/lang/Integer;)I", false, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareUnsigned", "(II)I", true, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "decode", "(Ljava/lang/String;)Ljava/lang/Integer;", true, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "divideUnsigned", "(II)I", true, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "getInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", true, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "getInteger", "(Ljava/lang/String;I)Ljava/lang/Integer;", true, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "getInteger", "(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;", true, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "hashCode", "(I)I", true, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "highestOneBit", "(I)I", true, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "lowestOneBit", "(I)I", true, false, false);
     _cmj_fun12    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "max", "(II)I", true, false, false);
     _cmj_fun13    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "min", "(II)I", true, false, false);
     _cmj_fun14    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "numberOfLeadingZeros", "(I)I", true, false, false);
     _cmj_fun15    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "numberOfTrailingZeros", "(I)I", true, false, false);
     _cmj_fun16    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "parseInt", "(Ljava/lang/String;)I", true, false, false);
     _cmj_fun17    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "parseInt", "(Ljava/lang/String;I)I", true, false, false);
     _cmj_fun18    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "parseUnsignedInt", "(Ljava/lang/String;)I", true, false, false);
     _cmj_fun19    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "parseUnsignedInt", "(Ljava/lang/String;I)I", true, false, false);
     _cmj_fun20    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "remainderUnsigned", "(II)I", true, false, false);
     _cmj_fun21    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "reverse", "(I)I", true, false, false);
     _cmj_fun22    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "reverseBytes", "(I)I", true, false, false);
     _cmj_fun23    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "rotateLeft", "(II)I", true, false, false);
     _cmj_fun24    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "rotateRight", "(II)I", true, false, false);
     _cmj_fun25    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "signum", "(I)I", true, false, false);
     _cmj_fun26    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "sum", "(II)I", true, false, false);
     _cmj_fun27    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toBinaryString", "(I)Ljava/lang/String;", true, false, false);
     _cmj_fun28    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toHexString", "(I)Ljava/lang/String;", true, false, false);
     _cmj_fun29    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toOctalString", "(I)Ljava/lang/String;", true, false, false);
     _cmj_fun30    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(I)Ljava/lang/String;", true, false, false);
     _cmj_fun31    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(II)Ljava/lang/String;", true, false, false);
     _cmj_fun32    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "toUnsignedLong", "(I)J", true, false, false);
     _cmj_fun33    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toUnsignedString", "(I)Ljava/lang/String;", true, false, false);
     _cmj_fun34    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toUnsignedString", "(II)Ljava/lang/String;", true, false, false);
     _cmj_fun35    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "valueOf", "(I)Ljava/lang/Integer;", true, false, false);
     _cmj_fun36    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "valueOf", "(Ljava/lang/String;)Ljava/lang/Integer;", true, false, false);
     _cmj_fun37    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Integer), "valueOf", "(Ljava/lang/String;I)Ljava/lang/Integer;", true, false, false);
 }
Пример #12
0
 static Byte()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.lang.Byte", typeof(global::Java.Lang.Byte));
     _cmj_fldTYPE  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Class), "TYPE", "Ljava/lang/Class;", true, true);
     _cmj_ctr0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "<init>", "(B)V", false);
     _cmj_ctr1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compare", "(BB)I", true, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compareTo", "(Ljava/lang/Byte;)I", false, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "decode", "(Ljava/lang/String;)Ljava/lang/Byte;", true, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "hashCode", "(B)I", true, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(byte), "parseByte", "(Ljava/lang/String;)B", true, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(byte), "parseByte", "(Ljava/lang/String;I)B", true, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(B)Ljava/lang/String;", true, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "toUnsignedInt", "(B)I", true, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "toUnsignedLong", "(B)J", true, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "valueOf", "(B)Ljava/lang/Byte;", true, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "valueOf", "(Ljava/lang/String;)Ljava/lang/Byte;", true, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Byte), "valueOf", "(Ljava/lang/String;I)Ljava/lang/Byte;", true, false, false);
 }
Пример #13
0
 static Boolean()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.lang.Boolean", typeof(global::Java.Lang.Boolean));
     _cmj_fldFALSE = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Boolean), "FALSE", "Ljava/lang/Boolean;", true, true);
     _cmj_fldTRUE  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Boolean), "TRUE", "Ljava/lang/Boolean;", true, true);
     _cmj_fldTYPE  = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Lang.Class), "TYPE", "Ljava/lang/Class;", true, true);
     _cmj_ctr0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Boolean), "<init>", "(Ljava/lang/String;)V", false);
     _cmj_ctr1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Boolean), "<init>", "(Z)V", false);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "booleanValue", "()Z", false, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "compare", "(ZZ)I", true, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "getBoolean", "(Ljava/lang/String;)Z", true, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "hashCode", "(Z)I", true, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "logicalAnd", "(ZZ)Z", true, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "logicalOr", "(ZZ)Z", true, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "logicalXor", "(ZZ)Z", true, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "parseBoolean", "(Ljava/lang/String;)Z", true, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(string), "toString", "(Z)Ljava/lang/String;", true, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Boolean), "valueOf", "(Ljava/lang/String;)Ljava/lang/Boolean;", true, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Lang.Boolean), "valueOf", "(Z)Ljava/lang/Boolean;", true, false, false);
 }
Пример #14
0
 static Instant()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.time.Instant", typeof(global::Java.Time.Instant));
     _cmj_fldEPOCH = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.Instant), "EPOCH", "Ljava/time/Instant;", true, true);
     _cmj_fldMAX   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.Instant), "MAX", "Ljava/time/Instant;", true, true);
     _cmj_fldMIN   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.Instant), "MIN", "Ljava/time/Instant;", true, true);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "getEpochSecond", "()J", false, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getNano", "()I", false, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isAfter", "(Ljava/time/Instant;)Z", false, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isBefore", "(Ljava/time/Instant;)Z", false, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "minusMillis", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "minusNanos", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "minusSeconds", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "now", "()Ljava/time/Instant;", true, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "ofEpochMilli", "(J)Ljava/time/Instant;", true, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "ofEpochSecond", "(J)Ljava/time/Instant;", true, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "ofEpochSecond", "(JJ)Ljava/time/Instant;", true, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "parse", "(Ljava/lang/CharSequence;)Ljava/time/Instant;", true, false, false);
     _cmj_fun12    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "plusMillis", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun13    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "plusNanos", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun14    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.Instant), "plusSeconds", "(J)Ljava/time/Instant;", false, false, false);
     _cmj_fun15    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "toEpochMilli", "()J", false, false, false);
 }
Пример #15
0
 static LocalDate()
 {
     _cmj_theClass = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.time.LocalDate", typeof(global::Java.Time.LocalDate));
     _cmj_fldMAX   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalDate), "MAX", "Ljava/time/LocalDate;", true, true);
     _cmj_fldMIN   = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalDate), "MIN", "Ljava/time/LocalDate;", true, true);
     _cmj_fun0     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atStartOfDay", "()Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun1     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atTime", "(Ljava/time/LocalTime;)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun2     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atTime", "(II)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun3     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atTime", "(III)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun4     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atTime", "(IIII)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun5     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getDayOfMonth", "()I", false, false, false);
     _cmj_fun6     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getDayOfYear", "()I", false, false, false);
     _cmj_fun7     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getMonthValue", "()I", false, false, false);
     _cmj_fun8     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getYear", "()I", false, false, false);
     _cmj_fun9     = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isLeapYear", "()Z", false, false, false);
     _cmj_fun10    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "lengthOfMonth", "()I", false, false, false);
     _cmj_fun11    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "lengthOfYear", "()I", false, false, false);
     _cmj_fun12    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "minusDays", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun13    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "minusMonths", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun14    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "minusWeeks", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun15    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "minusYears", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun16    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "now", "()Ljava/time/LocalDate;", true, false, false);
     _cmj_fun17    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "of", "(III)Ljava/time/LocalDate;", true, false, false);
     _cmj_fun18    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "ofEpochDay", "(J)Ljava/time/LocalDate;", true, false, false);
     _cmj_fun19    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "ofYearDay", "(II)Ljava/time/LocalDate;", true, false, false);
     _cmj_fun20    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "parse", "(Ljava/lang/CharSequence;)Ljava/time/LocalDate;", true, false, false);
     _cmj_fun21    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "plusDays", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun22    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "plusMonths", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun23    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "plusWeeks", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun24    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "plusYears", "(J)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun25    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "toEpochDay", "()J", false, false, false);
     _cmj_fun26    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "withDayOfMonth", "(I)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun27    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "withDayOfYear", "(I)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun28    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "withMonth", "(I)Ljava/time/LocalDate;", false, false, false);
     _cmj_fun29    = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDate), "withYear", "(I)Ljava/time/LocalDate;", false, false, false);
 }
Пример #16
0
 static LocalTime()
 {
     _cmj_theClass    = global::Codemesh.JuggerNET.JavaClass.RegisterClass("java.time.LocalTime", typeof(global::Java.Time.LocalTime));
     _cmj_fldMAX      = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalTime), "MAX", "Ljava/time/LocalTime;", true, true);
     _cmj_fldMIDNIGHT = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalTime), "MIDNIGHT", "Ljava/time/LocalTime;", true, true);
     _cmj_fldMIN      = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalTime), "MIN", "Ljava/time/LocalTime;", true, true);
     _cmj_fldNOON     = new global::Codemesh.JuggerNET.JavaField(_cmj_theClass, typeof(global::Java.Time.LocalTime), "NOON", "Ljava/time/LocalTime;", true, true);
     _cmj_fun0        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalDateTime), "atDate", "(Ljava/time/LocalDate;)Ljava/time/LocalDateTime;", false, false, false);
     _cmj_fun1        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getHour", "()I", false, false, false);
     _cmj_fun2        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getMinute", "()I", false, false, false);
     _cmj_fun3        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getNano", "()I", false, false, false);
     _cmj_fun4        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "getSecond", "()I", false, false, false);
     _cmj_fun5        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isAfter", "(Ljava/time/LocalTime;)Z", false, false, false);
     _cmj_fun6        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(bool), "isBefore", "(Ljava/time/LocalTime;)Z", false, false, false);
     _cmj_fun7        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "minusHours", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun8        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "minusMinutes", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun9        = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "minusNanos", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun10       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "minusSeconds", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun11       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "now", "()Ljava/time/LocalTime;", true, false, false);
     _cmj_fun12       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "of", "(II)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun13       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "of", "(III)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun14       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "of", "(IIII)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun15       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "ofNanoOfDay", "(J)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun16       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "ofSecondOfDay", "(J)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun17       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "parse", "(Ljava/lang/CharSequence;)Ljava/time/LocalTime;", true, false, false);
     _cmj_fun18       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "plusHours", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun19       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "plusMinutes", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun20       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "plusNanos", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun21       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "plusSeconds", "(J)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun22       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(long), "toNanoOfDay", "()J", false, false, false);
     _cmj_fun23       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(int), "toSecondOfDay", "()I", false, false, false);
     _cmj_fun24       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "withHour", "(I)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun25       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "withMinute", "(I)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun26       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "withNano", "(I)Ljava/time/LocalTime;", false, false, false);
     _cmj_fun27       = new global::Codemesh.JuggerNET.JavaMethod(_cmj_theClass, typeof(global::Java.Time.LocalTime), "withSecond", "(I)Ljava/time/LocalTime;", false, false, false);
 }