openchemlib 8.5.0 → 8.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.js +1 -1
- package/dist/openchemlib-core.js +24 -24
- package/dist/openchemlib-full.js +22 -22
- package/dist/openchemlib-full.pretty.js +196 -185
- package/dist/openchemlib-minimal.js +20 -20
- package/full.js +1 -1
- package/full.pretty.js +3 -0
- package/minimal.js +1 -1
- package/package.json +20 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.
|
|
4
|
-
* @date 2023-
|
|
3
|
+
* @version v8.7.0
|
|
4
|
+
* @date 2023-10-13T08:32:38.113Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -7494,7 +7494,7 @@ carc2.AbstractDepictor$DepictorLine = function AbstractDepictor$DepictorLine(){
|
|
|
7494
7494
|
this.$init_3();
|
|
7495
7495
|
}
|
|
7496
7496
|
;
|
|
7497
|
-
defineClass(
|
|
7497
|
+
defineClass(94, 1, {1:1}, carc2.AbstractDepictor$DepictorLine);
|
|
7498
7498
|
_.$init_3 = function $init_3(){
|
|
7499
7499
|
}
|
|
7500
7500
|
;
|
|
@@ -7502,7 +7502,7 @@ _.x1 = 0;
|
|
|
7502
7502
|
_.x2 = 0;
|
|
7503
7503
|
_.y1 = 0;
|
|
7504
7504
|
_.y2 = 0;
|
|
7505
|
-
cggl.Lcom_actelion_research_chem_AbstractDepictor$DepictorLine_2_classLit = createForClass('com.actelion.research.chem', 'AbstractDepictor/DepictorLine',
|
|
7505
|
+
cggl.Lcom_actelion_research_chem_AbstractDepictor$DepictorLine_2_classLit = createForClass('com.actelion.research.chem', 'AbstractDepictor/DepictorLine', 94, cggl.Ljava_lang_Object_2_classLit);
|
|
7506
7506
|
carc2.$clinit_AbstractDrawingObject = function $clinit_AbstractDrawingObject(){
|
|
7507
7507
|
carc2.$clinit_AbstractDrawingObject = emptyMethod;
|
|
7508
7508
|
jl.$clinit_Object();
|
|
@@ -13564,8 +13564,8 @@ carc2.createObject = function createObject(descriptor){
|
|
|
13564
13564
|
return null;
|
|
13565
13565
|
}
|
|
13566
13566
|
;
|
|
13567
|
-
defineClass(
|
|
13568
|
-
cggl.Lcom_actelion_research_chem_DrawingObjectFactory_2_classLit = createForClass('com.actelion.research.chem', 'DrawingObjectFactory',
|
|
13567
|
+
defineClass(1181, 1, {1:1});
|
|
13568
|
+
cggl.Lcom_actelion_research_chem_DrawingObjectFactory_2_classLit = createForClass('com.actelion.research.chem', 'DrawingObjectFactory', 1181, cggl.Ljava_lang_Object_2_classLit);
|
|
13569
13569
|
jl.$clinit_Iterable = function $clinit_Iterable(){
|
|
13570
13570
|
jl.$clinit_Iterable = emptyMethod;
|
|
13571
13571
|
}
|
|
@@ -23450,7 +23450,7 @@ carc2.PropertyCalculator = function PropertyCalculator(mol){
|
|
|
23450
23450
|
mol.normalizeAmbiguousBonds_0();
|
|
23451
23451
|
}
|
|
23452
23452
|
;
|
|
23453
|
-
defineClass(
|
|
23453
|
+
defineClass(90, 1, {1:1});
|
|
23454
23454
|
_.$init_38 = function $init_38(){
|
|
23455
23455
|
}
|
|
23456
23456
|
;
|
|
@@ -23517,7 +23517,7 @@ _.getStereoCenterCount_0 = function getStereoCenterCount(){
|
|
|
23517
23517
|
return this.mMolecule.getStereoCenterCount_0();
|
|
23518
23518
|
}
|
|
23519
23519
|
;
|
|
23520
|
-
cggl.Lcom_actelion_research_chem_PropertyCalculator_2_classLit = createForClass('com.actelion.research.chem', 'PropertyCalculator',
|
|
23520
|
+
cggl.Lcom_actelion_research_chem_PropertyCalculator_2_classLit = createForClass('com.actelion.research.chem', 'PropertyCalculator', 90, cggl.Ljava_lang_Object_2_classLit);
|
|
23521
23521
|
carc2.$clinit_RingCollection = function $clinit_RingCollection(){
|
|
23522
23522
|
carc2.$clinit_RingCollection = emptyMethod;
|
|
23523
23523
|
jl.$clinit_Object();
|
|
@@ -29565,7 +29565,7 @@ carcc.normalizeID = function normalizeID(torsionID){
|
|
|
29565
29565
|
return jl.endsWith_Ljava_lang_String__Z__devirtual$(torsionID, '<')?jl.substring_II_Ljava_lang_String___devirtual$(torsionID, 0, jl.length__I__devirtual$_0(torsionID) - 1) + '>':jl.endsWith_Ljava_lang_String__Z__devirtual$(torsionID, '-')?jl.substring_II_Ljava_lang_String___devirtual$(torsionID, 0, jl.length__I__devirtual$_0(torsionID) - 1) + '+':torsionID;
|
|
29566
29566
|
}
|
|
29567
29567
|
;
|
|
29568
|
-
defineClass(
|
|
29568
|
+
defineClass(639, 1, {1:1}, carcc.TorsionDB);
|
|
29569
29569
|
_.$init_59 = function $init_59(){
|
|
29570
29570
|
}
|
|
29571
29571
|
;
|
|
@@ -29659,7 +29659,7 @@ carcc.cTorsionBinsFile = 'torsionBins.txt';
|
|
|
29659
29659
|
carcc.cTorsionFrequencyFile = 'torsionFrequency.txt';
|
|
29660
29660
|
carcc.cTorsionIDFile = 'torsionID.txt';
|
|
29661
29661
|
carcc.cTorsionRangeFile = 'torsionRange.txt';
|
|
29662
|
-
cggl.Lcom_actelion_research_chem_conf_TorsionDB_2_classLit = createForClass('com.actelion.research.chem.conf', 'TorsionDB',
|
|
29662
|
+
cggl.Lcom_actelion_research_chem_conf_TorsionDB_2_classLit = createForClass('com.actelion.research.chem.conf', 'TorsionDB', 639, cggl.Ljava_lang_Object_2_classLit);
|
|
29663
29663
|
carcc.$clinit_TorsionDBData = function $clinit_TorsionDBData(){
|
|
29664
29664
|
carcc.$clinit_TorsionDBData = emptyMethod;
|
|
29665
29665
|
jl.$clinit_Object();
|
|
@@ -31396,7 +31396,7 @@ carcc3.getMeanAngle = function getMeanAngle(angle, noOfAngles){
|
|
|
31396
31396
|
return new carcc3.InventorAngle(meanAngle, length_0);
|
|
31397
31397
|
}
|
|
31398
31398
|
;
|
|
31399
|
-
defineClass(
|
|
31399
|
+
defineClass(88, 1, {1:1}, carcc3.CoordinateInventor, carcc3.CoordinateInventor_0);
|
|
31400
31400
|
_.$init_65 = function $init_65(){
|
|
31401
31401
|
}
|
|
31402
31402
|
;
|
|
@@ -32904,7 +32904,7 @@ carcc3.MODE_SKIP_DEFAULT_TEMPLATES = 1;
|
|
|
32904
32904
|
carcc3.POSSIBLE_FLIPS = 64;
|
|
32905
32905
|
carcc3.PREFERRED_FLIPS = 32;
|
|
32906
32906
|
carcc3.TOTAL_FLIPS = 0;
|
|
32907
|
-
cggl.Lcom_actelion_research_chem_coords_CoordinateInventor_2_classLit = createForClass('com.actelion.research.chem.coords', 'CoordinateInventor',
|
|
32907
|
+
cggl.Lcom_actelion_research_chem_coords_CoordinateInventor_2_classLit = createForClass('com.actelion.research.chem.coords', 'CoordinateInventor', 88, cggl.Ljava_lang_Object_2_classLit);
|
|
32908
32908
|
carcc3.$clinit_CoordinateInventor$1 = function $clinit_CoordinateInventor$1(){
|
|
32909
32909
|
carcc3.$clinit_CoordinateInventor$1 = emptyMethod;
|
|
32910
32910
|
ju.$clinit_ArrayList();
|
|
@@ -33274,11 +33274,11 @@ carcc3.InventorDefaultTemplateList = function InventorDefaultTemplateList(){
|
|
|
33274
33274
|
}
|
|
33275
33275
|
}
|
|
33276
33276
|
;
|
|
33277
|
-
defineClass(
|
|
33277
|
+
defineClass(636, 18, {4:1, 1:1, 18:1, 38:1, 56:1, 142:1}, carcc3.InventorDefaultTemplateList);
|
|
33278
33278
|
_.$init_74 = function $init_74(){
|
|
33279
33279
|
}
|
|
33280
33280
|
;
|
|
33281
|
-
cggl.Lcom_actelion_research_chem_coords_InventorDefaultTemplateList_2_classLit = createForClass('com.actelion.research.chem.coords', 'InventorDefaultTemplateList',
|
|
33281
|
+
cggl.Lcom_actelion_research_chem_coords_InventorDefaultTemplateList_2_classLit = createForClass('com.actelion.research.chem.coords', 'InventorDefaultTemplateList', 636, cggl.Ljava_util_ArrayList_2_classLit);
|
|
33282
33282
|
carcc3.$clinit_InventorFragment = function $clinit_InventorFragment(){
|
|
33283
33283
|
carcc3.$clinit_InventorFragment = emptyMethod;
|
|
33284
33284
|
jl.$clinit_Object();
|
|
@@ -33757,8 +33757,8 @@ carcd.$clinit_AbstractDescriptorHandlerLongFP = function $clinit_AbstractDescrip
|
|
|
33757
33757
|
carcd.$clinit_AbstractDescriptorHandlerLongFP = emptyMethod;
|
|
33758
33758
|
}
|
|
33759
33759
|
;
|
|
33760
|
-
defineClass(
|
|
33761
|
-
cggl.Lcom_actelion_research_chem_descriptor_AbstractDescriptorHandlerLongFP_2_classLit = createForClass('com.actelion.research.chem.descriptor', 'AbstractDescriptorHandlerLongFP',
|
|
33760
|
+
defineClass(1172, 1, {1:1});
|
|
33761
|
+
cggl.Lcom_actelion_research_chem_descriptor_AbstractDescriptorHandlerLongFP_2_classLit = createForClass('com.actelion.research.chem.descriptor', 'AbstractDescriptorHandlerLongFP', 1172, cggl.Ljava_lang_Object_2_classLit);
|
|
33762
33762
|
carcf.$clinit_ForceField = function $clinit_ForceField(){
|
|
33763
33763
|
carcf.$clinit_ForceField = emptyMethod;
|
|
33764
33764
|
}
|
|
@@ -34283,8 +34283,8 @@ carcfm.readIntsFile = function readIntsFile(path){
|
|
|
34283
34283
|
return newtable;
|
|
34284
34284
|
}
|
|
34285
34285
|
;
|
|
34286
|
-
defineClass(
|
|
34287
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_Csv_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'Csv',
|
|
34286
|
+
defineClass(1179, 1, {1:1});
|
|
34287
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_Csv_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'Csv', 1179, cggl.Ljava_lang_Object_2_classLit);
|
|
34288
34288
|
carcfm.$clinit_Electrostatic = function $clinit_Electrostatic(){
|
|
34289
34289
|
carcfm.$clinit_Electrostatic = emptyMethod;
|
|
34290
34290
|
jl.$clinit_Object();
|
|
@@ -34657,8 +34657,8 @@ carcfm.rowtm = function rowtm(ano){
|
|
|
34657
34657
|
return row;
|
|
34658
34658
|
}
|
|
34659
34659
|
;
|
|
34660
|
-
defineClass(
|
|
34661
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_PeriodicTable_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'PeriodicTable',
|
|
34660
|
+
defineClass(1178, 1, {1:1});
|
|
34661
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_PeriodicTable_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'PeriodicTable', 1178, cggl.Ljava_lang_Object_2_classLit);
|
|
34662
34662
|
carcfm.$clinit_RingBoolean = function $clinit_RingBoolean(){
|
|
34663
34663
|
carcfm.$clinit_RingBoolean = emptyMethod;
|
|
34664
34664
|
jl.$clinit_Enum();
|
|
@@ -34756,8 +34756,8 @@ carcfm.s_0 = function s_0(a, b){
|
|
|
34756
34756
|
return a;
|
|
34757
34757
|
}
|
|
34758
34758
|
;
|
|
34759
|
-
defineClass(
|
|
34760
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_Search_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'Search',
|
|
34759
|
+
defineClass(1176, 1, {1:1});
|
|
34760
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_Search_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff', 'Search', 1176, cggl.Ljava_lang_Object_2_classLit);
|
|
34761
34761
|
carcfm.$clinit_Searchable = function $clinit_Searchable(){
|
|
34762
34762
|
carcfm.$clinit_Searchable = emptyMethod;
|
|
34763
34763
|
}
|
|
@@ -35556,7 +35556,7 @@ carcfmt.Atom = function Atom(t, csvpath){
|
|
|
35556
35556
|
this.table = carcfm.readIntsFile(csvpath);
|
|
35557
35557
|
}
|
|
35558
35558
|
;
|
|
35559
|
-
defineClass(
|
|
35559
|
+
defineClass(649, 1, {1:1}, carcfmt.Atom);
|
|
35560
35560
|
_.$init_99 = function $init_99(){
|
|
35561
35561
|
}
|
|
35562
35562
|
;
|
|
@@ -35602,7 +35602,7 @@ _.val_0 = function val_0(type_0){
|
|
|
35602
35602
|
return this.table[this.index_2(type_0)][3];
|
|
35603
35603
|
}
|
|
35604
35604
|
;
|
|
35605
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_table_Atom_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff.table', 'Atom',
|
|
35605
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_table_Atom_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff.table', 'Atom', 649, cggl.Ljava_lang_Object_2_classLit);
|
|
35606
35606
|
carcfmt.$clinit_Bndk = function $clinit_Bndk(){
|
|
35607
35607
|
carcfmt.$clinit_Bndk = emptyMethod;
|
|
35608
35608
|
jl.$clinit_Object();
|
|
@@ -37524,8 +37524,8 @@ carcfmt2.inRingOfSize_1 = function inRingOfSize_1(mol, a1, a2, a3, a4){
|
|
|
37524
37524
|
return 0;
|
|
37525
37525
|
}
|
|
37526
37526
|
;
|
|
37527
|
-
defineClass(
|
|
37528
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_type_Torsion_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff.type', 'Torsion',
|
|
37527
|
+
defineClass(1177, 1, {1:1});
|
|
37528
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_type_Torsion_2_classLit = createForClass('com.actelion.research.chem.forcefield.mmff.type', 'Torsion', 1177, cggl.Ljava_lang_Object_2_classLit);
|
|
37529
37529
|
carci.$clinit_CompoundFileParser = function $clinit_CompoundFileParser(){
|
|
37530
37530
|
carci.$clinit_CompoundFileParser = emptyMethod;
|
|
37531
37531
|
jl.$clinit_Object();
|
|
@@ -37950,7 +37950,7 @@ carci.SDFileParser = function SDFileParser(reader, fieldName){
|
|
|
37950
37950
|
this.$init_117();
|
|
37951
37951
|
this.mNoOfRecords = -1;
|
|
37952
37952
|
this.mFieldName = fieldName;
|
|
37953
|
-
this.mReader = instanceOf(reader,
|
|
37953
|
+
this.mReader = instanceOf(reader, 91)?castTo(reader, 91):new ji.BufferedReader(reader);
|
|
37954
37954
|
this.init_4();
|
|
37955
37955
|
}
|
|
37956
37956
|
;
|
|
@@ -38271,7 +38271,7 @@ _.getDetail_0 = function getDetail(mol){
|
|
|
38271
38271
|
if (errorCount != 0)
|
|
38272
38272
|
detail.add_7('Warning: ' + errorCount + ' atom type(s) could not be determined.', 2);
|
|
38273
38273
|
for (type$iterator = countMap.keySet().iterator(); type$iterator.hasNext_0();) {
|
|
38274
|
-
type_0 = castTo(type$iterator.next_3(),
|
|
38274
|
+
type_0 = castTo(type$iterator.next_3(), 93);
|
|
38275
38275
|
if (carcp.sSortedTypeList.contains_3(type_0))
|
|
38276
38276
|
detail.add_7(countMap.get(type_0) + ' * ' + formatter.format_1(carcp.INCREMENT[carcp.sSortedTypeList.getIndex_0(type_0)]) + ' AtomType: 0x' + toHexString_0(type_0.longValue()), 2);
|
|
38277
38277
|
else
|
|
@@ -41039,7 +41039,7 @@ cargc.Core = function Core(){
|
|
|
41039
41039
|
this.$init_136();
|
|
41040
41040
|
}
|
|
41041
41041
|
;
|
|
41042
|
-
defineClass(390, 1, {
|
|
41042
|
+
defineClass(390, 1, {99:1, 1:1}, cargc.Core);
|
|
41043
41043
|
_.$init_136 = function $init_136(){
|
|
41044
41044
|
}
|
|
41045
41045
|
;
|
|
@@ -41276,12 +41276,12 @@ cargc.JSMoleculeProperties = function JSMoleculeProperties(mol){
|
|
|
41276
41276
|
this.$init_142();
|
|
41277
41277
|
}
|
|
41278
41278
|
;
|
|
41279
|
-
defineClass(863,
|
|
41279
|
+
defineClass(863, 90, {1:1}, cargc.JSMoleculeProperties);
|
|
41280
41280
|
_.$init_142 = function $init_142(){
|
|
41281
41281
|
}
|
|
41282
41282
|
;
|
|
41283
41283
|
defineProperties(_, {acceptorCount:{'get':function getAcceptorCount_0(){
|
|
41284
|
-
return getClassPrototype(
|
|
41284
|
+
return getClassPrototype(90).getAcceptorCount.call(this);
|
|
41285
41285
|
}
|
|
41286
41286
|
}});
|
|
41287
41287
|
_.getAcceptorCount = function(){
|
|
@@ -41289,7 +41289,7 @@ _.getAcceptorCount = function(){
|
|
|
41289
41289
|
}
|
|
41290
41290
|
;
|
|
41291
41291
|
defineProperties(_, {donorCount:{'get':function getDonorCount_0(){
|
|
41292
|
-
return getClassPrototype(
|
|
41292
|
+
return getClassPrototype(90).getDonorCount.call(this);
|
|
41293
41293
|
}
|
|
41294
41294
|
}});
|
|
41295
41295
|
_.getDonorCount = function(){
|
|
@@ -41297,7 +41297,7 @@ _.getDonorCount = function(){
|
|
|
41297
41297
|
}
|
|
41298
41298
|
;
|
|
41299
41299
|
defineProperties(_, {logP:{'get':function getLogP_0(){
|
|
41300
|
-
return getClassPrototype(
|
|
41300
|
+
return getClassPrototype(90).getLogP.call(this);
|
|
41301
41301
|
}
|
|
41302
41302
|
}});
|
|
41303
41303
|
_.getLogP = function(){
|
|
@@ -41305,11 +41305,11 @@ _.getLogP = function(){
|
|
|
41305
41305
|
}
|
|
41306
41306
|
;
|
|
41307
41307
|
defineProperties(_, {logPString:{'get':function getLogPString(){
|
|
41308
|
-
return cargc.convertParameterizedStringList(getClassPrototype(
|
|
41308
|
+
return cargc.convertParameterizedStringList(getClassPrototype(90).getLogPDetail.call(this));
|
|
41309
41309
|
}
|
|
41310
41310
|
}});
|
|
41311
41311
|
defineProperties(_, {logS:{'get':function getLogS_0(){
|
|
41312
|
-
return getClassPrototype(
|
|
41312
|
+
return getClassPrototype(90).getLogS.call(this);
|
|
41313
41313
|
}
|
|
41314
41314
|
}});
|
|
41315
41315
|
_.getLogS = function(){
|
|
@@ -41317,11 +41317,11 @@ _.getLogS = function(){
|
|
|
41317
41317
|
}
|
|
41318
41318
|
;
|
|
41319
41319
|
defineProperties(_, {logSString:{'get':function getLogSString(){
|
|
41320
|
-
return cargc.convertParameterizedStringList(getClassPrototype(
|
|
41320
|
+
return cargc.convertParameterizedStringList(getClassPrototype(90).getLogSDetail.call(this));
|
|
41321
41321
|
}
|
|
41322
41322
|
}});
|
|
41323
41323
|
defineProperties(_, {polarSurfaceArea:{'get':function getPolarSurfaceArea_0(){
|
|
41324
|
-
return getClassPrototype(
|
|
41324
|
+
return getClassPrototype(90).getPolarSurfaceArea.call(this);
|
|
41325
41325
|
}
|
|
41326
41326
|
}});
|
|
41327
41327
|
_.getPolarSurfaceArea = function(){
|
|
@@ -41329,11 +41329,11 @@ _.getPolarSurfaceArea = function(){
|
|
|
41329
41329
|
}
|
|
41330
41330
|
;
|
|
41331
41331
|
defineProperties(_, {polarSurfaceAreaString:{'get':function getPolarSurfaceAreaString(){
|
|
41332
|
-
return cargc.convertParameterizedStringList(getClassPrototype(
|
|
41332
|
+
return cargc.convertParameterizedStringList(getClassPrototype(90).getPolarSurfaceAreaDetail.call(this));
|
|
41333
41333
|
}
|
|
41334
41334
|
}});
|
|
41335
41335
|
defineProperties(_, {rotatableBondCount:{'get':function getRotatableBondCount_1(){
|
|
41336
|
-
return getClassPrototype(
|
|
41336
|
+
return getClassPrototype(90).getRotatableBondCount_0.call(this);
|
|
41337
41337
|
}
|
|
41338
41338
|
}});
|
|
41339
41339
|
_.getRotatableBondCount_0 = function(){
|
|
@@ -41341,7 +41341,7 @@ _.getRotatableBondCount_0 = function(){
|
|
|
41341
41341
|
}
|
|
41342
41342
|
;
|
|
41343
41343
|
defineProperties(_, {stereoCenterCount:{'get':function getStereoCenterCount_1(){
|
|
41344
|
-
return getClassPrototype(
|
|
41344
|
+
return getClassPrototype(90).getStereoCenterCount_0.call(this);
|
|
41345
41345
|
}
|
|
41346
41346
|
}});
|
|
41347
41347
|
_.getStereoCenterCount_0 = function(){
|
|
@@ -43446,7 +43446,7 @@ cargge.GWTStructureEditor = function GWTStructureEditor(){
|
|
|
43446
43446
|
this.$init_168();
|
|
43447
43447
|
}
|
|
43448
43448
|
;
|
|
43449
|
-
defineClass(395, 1, {
|
|
43449
|
+
defineClass(395, 1, {99:1, 1:1}, cargge.GWTStructureEditor);
|
|
43450
43450
|
_.$init_168 = function $init_168(){
|
|
43451
43451
|
}
|
|
43452
43452
|
;
|
|
@@ -47083,7 +47083,7 @@ carsgea.BondHighlightAction = function BondHighlightAction(model){
|
|
|
47083
47083
|
this.$init_212();
|
|
47084
47084
|
}
|
|
47085
47085
|
;
|
|
47086
|
-
defineClass(
|
|
47086
|
+
defineClass(96, 76, {25:1, 1:1});
|
|
47087
47087
|
_.$init_212 = function $init_212(){
|
|
47088
47088
|
this.origin_0 = null;
|
|
47089
47089
|
this.last = null;
|
|
@@ -47239,7 +47239,7 @@ _.trackHighLight = function trackHighLight_0(pt){
|
|
|
47239
47239
|
}
|
|
47240
47240
|
;
|
|
47241
47241
|
_.dragging = false;
|
|
47242
|
-
cggl.Lcom_actelion_research_share_gui_editor_actions_BondHighlightAction_2_classLit = createForClass('com.actelion.research.share.gui.editor.actions', 'BondHighlightAction',
|
|
47242
|
+
cggl.Lcom_actelion_research_share_gui_editor_actions_BondHighlightAction_2_classLit = createForClass('com.actelion.research.share.gui.editor.actions', 'BondHighlightAction', 96, cggl.Lcom_actelion_research_share_gui_editor_actions_AtomHighlightAction_2_classLit);
|
|
47243
47243
|
carggea.$clinit_AbstractTypeAction = function $clinit_AbstractTypeAction(){
|
|
47244
47244
|
carggea.$clinit_AbstractTypeAction = emptyMethod;
|
|
47245
47245
|
carsgea.$clinit_BondHighlightAction();
|
|
@@ -47252,7 +47252,7 @@ carggea.AbstractTypeAction = function AbstractTypeAction(model, scale){
|
|
|
47252
47252
|
this.scale_1 = scale;
|
|
47253
47253
|
}
|
|
47254
47254
|
;
|
|
47255
|
-
defineClass(363,
|
|
47255
|
+
defineClass(363, 96, {122:1, 25:1, 1:1});
|
|
47256
47256
|
_.$init_213 = function $init_213(){
|
|
47257
47257
|
this.popup = null;
|
|
47258
47258
|
this.scale_1 = 1;
|
|
@@ -49675,11 +49675,11 @@ carggead.ComboBox = function ComboBox(){
|
|
|
49675
49675
|
this.setStyleName('gwt-ComboBox');
|
|
49676
49676
|
}
|
|
49677
49677
|
;
|
|
49678
|
-
defineClass(
|
|
49678
|
+
defineClass(98, 775, {37:1, 31:1, 22:1, 1:1}, carggead.ComboBox);
|
|
49679
49679
|
_.$init_241 = function $init_241(){
|
|
49680
49680
|
}
|
|
49681
49681
|
;
|
|
49682
|
-
cggl.Lcom_actelion_research_gwt_gui_editor_actions_dialogs_ComboBox_2_classLit = createForClass('com.actelion.research.gwt.gui.editor.actions.dialogs', 'ComboBox',
|
|
49682
|
+
cggl.Lcom_actelion_research_gwt_gui_editor_actions_dialogs_ComboBox_2_classLit = createForClass('com.actelion.research.gwt.gui.editor.actions.dialogs', 'ComboBox', 98, cggl.Lcom_google_gwt_user_client_ui_ListBox_2_classLit);
|
|
49683
49683
|
carggead.$clinit_TDialog$1 = function $clinit_TDialog$1(){
|
|
49684
49684
|
carggead.$clinit_TDialog$1 = emptyMethod;
|
|
49685
49685
|
jl.$clinit_Object();
|
|
@@ -50355,7 +50355,7 @@ carggv.StructureViewer = function StructureViewer(){
|
|
|
50355
50355
|
this.$init_251();
|
|
50356
50356
|
}
|
|
50357
50357
|
;
|
|
50358
|
-
defineClass(394, 1, {
|
|
50358
|
+
defineClass(394, 1, {99:1, 1:1}, carggv.StructureViewer);
|
|
50359
50359
|
_.$init_251 = function $init_251(){
|
|
50360
50360
|
}
|
|
50361
50361
|
;
|
|
@@ -51123,9 +51123,20 @@ _.getRotatableBondCount = function getRotatableBondCount_2(){
|
|
|
51123
51123
|
}
|
|
51124
51124
|
;
|
|
51125
51125
|
_.getSVG = function getSVG(width_0, height, factorTextSize, autoCrop, autoCropMargin, id_0, options){
|
|
51126
|
-
var b, d, mode, newHeight, newWidth, newX, newY, result;
|
|
51126
|
+
var b, d, degenerated, i, mode, mol, newHeight, newWidth, newX, newY, result;
|
|
51127
|
+
degenerated = true;
|
|
51128
|
+
for (i = 0; i < this.oclMolecule.getAllAtoms_0() - 1; i++) {
|
|
51129
|
+
if (this.oclMolecule.getAtomX_0(i) != this.oclMolecule.getAtomX_0(i + 1) || this.oclMolecule.getAtomY_0(i) != this.oclMolecule.getAtomY_0(i + 1)) {
|
|
51130
|
+
degenerated = false;
|
|
51131
|
+
break;
|
|
51132
|
+
}
|
|
51133
|
+
}
|
|
51134
|
+
mol = degenerated?this.oclMolecule.getCompactCopy_0():this.oclMolecule;
|
|
51135
|
+
if (degenerated) {
|
|
51136
|
+
(new carcc3.CoordinateInventor_0(0)).invent(mol);
|
|
51137
|
+
}
|
|
51127
51138
|
mode = cargm.getDisplayMode_0(options);
|
|
51128
|
-
d = new carc2.SVGDepictor(
|
|
51139
|
+
d = new carc2.SVGDepictor(mol, mode, id_0);
|
|
51129
51140
|
d.setFactorTextSize(factorTextSize);
|
|
51130
51141
|
d.validateView(null, new cargg.GenericRectangle_0(0, 0, width_0, height), 65536);
|
|
51131
51142
|
b = d.getBoundingRect();
|
|
@@ -52464,7 +52475,7 @@ cargm.Minimal = function Minimal(){
|
|
|
52464
52475
|
this.$init_260();
|
|
52465
52476
|
}
|
|
52466
52477
|
;
|
|
52467
|
-
defineClass(393, 1, {
|
|
52478
|
+
defineClass(393, 1, {99:1, 1:1}, cargm.Minimal);
|
|
52468
52479
|
_.$init_260 = function $init_260(){
|
|
52469
52480
|
}
|
|
52470
52481
|
;
|
|
@@ -52699,14 +52710,14 @@ carsg.valueOf_4 = function valueOf_4(name_0){
|
|
|
52699
52710
|
;
|
|
52700
52711
|
carsg.values_4 = function values_4(){
|
|
52701
52712
|
carsg.$clinit_DialogResult();
|
|
52702
|
-
return stampJavaTypeInfo(getClassLiteralForArray(cggl.Lcom_actelion_research_share_gui_DialogResult_2_classLit, 1), {4:1, 1:1, 7:1},
|
|
52713
|
+
return stampJavaTypeInfo(getClassLiteralForArray(cggl.Lcom_actelion_research_share_gui_DialogResult_2_classLit, 1), {4:1, 1:1, 7:1}, 97, 0, [carsg.IDOK, carsg.IDCANCEL, carsg.IDYES, carsg.IDNO, carsg.IDABORT, carsg.IDRETRY]);
|
|
52703
52714
|
}
|
|
52704
52715
|
;
|
|
52705
|
-
defineClass(
|
|
52716
|
+
defineClass(97, 11, {97:1, 4:1, 10:1, 11:1, 1:1}, carsg.DialogResult);
|
|
52706
52717
|
_.$init_264 = function $init_264(){
|
|
52707
52718
|
}
|
|
52708
52719
|
;
|
|
52709
|
-
cggl.Lcom_actelion_research_share_gui_DialogResult_2_classLit = createForEnum('com.actelion.research.share.gui', 'DialogResult',
|
|
52720
|
+
cggl.Lcom_actelion_research_share_gui_DialogResult_2_classLit = createForEnum('com.actelion.research.share.gui', 'DialogResult', 97, cggl.Ljava_lang_Enum_2_classLit, carsg.values_4, carsg.valueOf_4);
|
|
52710
52721
|
carsg.$clinit_DialogResult$Map = function $clinit_DialogResult$Map(){
|
|
52711
52722
|
carsg.$clinit_DialogResult$Map = emptyMethod;
|
|
52712
52723
|
carsg.$MAP_3 = createValueOfMap(carsg.values_4());
|
|
@@ -52918,7 +52929,7 @@ carsgea.AddRingAction = function AddRingAction(m, ringSize, aromatic){
|
|
|
52918
52929
|
this.aromatic = aromatic;
|
|
52919
52930
|
}
|
|
52920
52931
|
;
|
|
52921
|
-
defineClass(85,
|
|
52932
|
+
defineClass(85, 96, {25:1, 1:1}, carsgea.AddRingAction);
|
|
52922
52933
|
_.$init_268 = function $init_268(){
|
|
52923
52934
|
this.ringSize = 0;
|
|
52924
52935
|
this.aromatic = false;
|
|
@@ -52991,7 +53002,7 @@ _.$init_269 = function $init_269(){
|
|
|
52991
53002
|
}
|
|
52992
53003
|
;
|
|
52993
53004
|
_.accept_0 = function accept_0(res){
|
|
52994
|
-
this.accept(castTo(res,
|
|
53005
|
+
this.accept(castTo(res, 97));
|
|
52995
53006
|
}
|
|
52996
53007
|
;
|
|
52997
53008
|
_.accept = function accept(res){
|
|
@@ -53153,7 +53164,7 @@ carsgea.BondBaseAction = function BondBaseAction(model){
|
|
|
53153
53164
|
this.$init_271();
|
|
53154
53165
|
}
|
|
53155
53166
|
;
|
|
53156
|
-
defineClass(726,
|
|
53167
|
+
defineClass(726, 96, {25:1, 1:1});
|
|
53157
53168
|
_.$init_271 = function $init_271(){
|
|
53158
53169
|
}
|
|
53159
53170
|
;
|
|
@@ -53295,7 +53306,7 @@ _.onMouseUp_0 = function onMouseUp_7(evt){
|
|
|
53295
53306
|
;
|
|
53296
53307
|
_.paint_0 = function paint_5(_ctx){
|
|
53297
53308
|
var ok;
|
|
53298
|
-
ok = getClassPrototype(
|
|
53309
|
+
ok = getClassPrototype(96).paint_0.call(this, _ctx);
|
|
53299
53310
|
if (this.dragging) {
|
|
53300
53311
|
this.drawBondLine(_ctx);
|
|
53301
53312
|
ok = true;
|
|
@@ -53322,7 +53333,7 @@ _.$init_272 = function $init_272(){
|
|
|
53322
53333
|
}
|
|
53323
53334
|
;
|
|
53324
53335
|
_.accept_0 = function accept_2(res){
|
|
53325
|
-
this.accept(castTo(res,
|
|
53336
|
+
this.accept(castTo(res, 97));
|
|
53326
53337
|
}
|
|
53327
53338
|
;
|
|
53328
53339
|
_.accept = function accept_1(res){
|
|
@@ -53430,7 +53441,7 @@ _.$init_275 = function $init_275(){
|
|
|
53430
53441
|
}
|
|
53431
53442
|
;
|
|
53432
53443
|
_.accept_0 = function accept_4(res){
|
|
53433
|
-
this.accept(castTo(res,
|
|
53444
|
+
this.accept(castTo(res, 97));
|
|
53434
53445
|
}
|
|
53435
53446
|
;
|
|
53436
53447
|
_.accept = function accept_3(res){
|
|
@@ -53599,7 +53610,7 @@ carsgea.DeleteAction = function DeleteAction(model){
|
|
|
53599
53610
|
this.$init_280();
|
|
53600
53611
|
}
|
|
53601
53612
|
;
|
|
53602
|
-
defineClass(366,
|
|
53613
|
+
defineClass(366, 96, {25:1, 1:1}, carsgea.DeleteAction);
|
|
53603
53614
|
_.$init_280 = function $init_280(){
|
|
53604
53615
|
}
|
|
53605
53616
|
;
|
|
@@ -53698,7 +53709,7 @@ carsgea.NewChainAction = function NewChainAction(model){
|
|
|
53698
53709
|
this.$init_283();
|
|
53699
53710
|
}
|
|
53700
53711
|
;
|
|
53701
|
-
defineClass(367,
|
|
53712
|
+
defineClass(367, 96, {25:1, 1:1}, carsgea.NewChainAction);
|
|
53702
53713
|
_.$init_283 = function $init_283(){
|
|
53703
53714
|
this.sourceAtom = -1;
|
|
53704
53715
|
this.numChainAtoms = 0;
|
|
@@ -53910,7 +53921,7 @@ _.paint_0 = function paint_7(ctx){
|
|
|
53910
53921
|
mol = this.model_0.getMolecule_0();
|
|
53911
53922
|
if (isNotNull(mol)) {
|
|
53912
53923
|
if (!this.dragging) {
|
|
53913
|
-
getClassPrototype(
|
|
53924
|
+
getClassPrototype(96).paint_0.call(this, ctx);
|
|
53914
53925
|
}
|
|
53915
53926
|
else {
|
|
53916
53927
|
theAtom = this.model_0.getSelectedAtom();
|
|
@@ -53936,7 +53947,7 @@ carsgea.SelectionAction = function SelectionAction(model){
|
|
|
53936
53947
|
this.polygon = this.factory.createPolygon();
|
|
53937
53948
|
}
|
|
53938
53949
|
;
|
|
53939
|
-
defineClass(360,
|
|
53950
|
+
defineClass(360, 96, {25:1, 1:1}, carsgea.SelectionAction);
|
|
53940
53951
|
_.$init_284 = function $init_284(){
|
|
53941
53952
|
this.atom = -1;
|
|
53942
53953
|
this.bond = -1;
|
|
@@ -54141,7 +54152,7 @@ _.onDoubleClick_0 = function onDoubleClick_2(evt){
|
|
|
54141
54152
|
_.onKeyPressed_0 = function onKeyPressed_5(evt){
|
|
54142
54153
|
this.shift_0 = evt.isShiftDown();
|
|
54143
54154
|
this.rectangular = evt.isAltDown();
|
|
54144
|
-
return getClassPrototype(
|
|
54155
|
+
return getClassPrototype(96).onKeyPressed_0.call(this, evt);
|
|
54145
54156
|
}
|
|
54146
54157
|
;
|
|
54147
54158
|
_.onMouseDown_0 = function onMouseDown_9(evt){
|
|
@@ -54226,7 +54237,7 @@ _.onMouseUp_0 = function onMouseUp_14(ev){
|
|
|
54226
54237
|
_.paint_0 = function paint_8(ctx){
|
|
54227
54238
|
var obj;
|
|
54228
54239
|
ctx.save_0();
|
|
54229
|
-
getClassPrototype(
|
|
54240
|
+
getClassPrototype(96).paint_0.call(this, ctx);
|
|
54230
54241
|
ctx.setStroke(this.factory.getSelectionColor());
|
|
54231
54242
|
if (this.rectangular && isNotNull(this.origin_0) && isNotNull(this.last)) {
|
|
54232
54243
|
this.drawDashedRect(ctx);
|
|
@@ -54370,7 +54381,7 @@ _.trackHighLight = function trackHighLight_4(pt){
|
|
|
54370
54381
|
break;
|
|
54371
54382
|
}
|
|
54372
54383
|
}
|
|
54373
|
-
ok = selected || isNotNull(lastSelected) || getClassPrototype(
|
|
54384
|
+
ok = selected || isNotNull(lastSelected) || getClassPrototype(96).trackHighLight.call(this, pt);
|
|
54374
54385
|
return ok;
|
|
54375
54386
|
}
|
|
54376
54387
|
;
|
|
@@ -54863,8 +54874,8 @@ caru.zeros = function zeros(i){
|
|
|
54863
54874
|
return b.toString_0();
|
|
54864
54875
|
}
|
|
54865
54876
|
;
|
|
54866
|
-
defineClass(
|
|
54867
|
-
cggl.Lcom_actelion_research_util_DoubleFormat_2_classLit = createForClass('com.actelion.research.util', 'DoubleFormat',
|
|
54877
|
+
defineClass(1175, 1, {1:1});
|
|
54878
|
+
cggl.Lcom_actelion_research_util_DoubleFormat_2_classLit = createForClass('com.actelion.research.util', 'DoubleFormat', 1175, cggl.Ljava_lang_Object_2_classLit);
|
|
54868
54879
|
caru.$clinit_IntArrayComparator = function $clinit_IntArrayComparator(){
|
|
54869
54880
|
caru.$clinit_IntArrayComparator = emptyMethod;
|
|
54870
54881
|
jl.$clinit_Object();
|
|
@@ -54923,7 +54934,7 @@ caru.SortedList_0 = function SortedList_0(comparator){
|
|
|
54923
54934
|
this.mComparator = comparator;
|
|
54924
54935
|
}
|
|
54925
54936
|
;
|
|
54926
|
-
defineClass(
|
|
54937
|
+
defineClass(92, 1, {1:1}, caru.SortedList, caru.SortedList_0);
|
|
54927
54938
|
_.$init_290 = function $init_290(){
|
|
54928
54939
|
this.mList = new ju.ArrayList;
|
|
54929
54940
|
}
|
|
@@ -55007,7 +55018,7 @@ _.toArray_0 = function toArray_5(e){
|
|
|
55007
55018
|
}
|
|
55008
55019
|
;
|
|
55009
55020
|
caru.serialVersionUID_8 = 538314278;
|
|
55010
|
-
cggl.Lcom_actelion_research_util_SortedList_2_classLit = createForClass('com.actelion.research.util', 'SortedList',
|
|
55021
|
+
cggl.Lcom_actelion_research_util_SortedList_2_classLit = createForClass('com.actelion.research.util', 'SortedList', 92, cggl.Ljava_lang_Object_2_classLit);
|
|
55011
55022
|
caru.$clinit_UniqueList = function $clinit_UniqueList(){
|
|
55012
55023
|
caru.$clinit_UniqueList = emptyMethod;
|
|
55013
55024
|
caru.$clinit_SortedList();
|
|
@@ -55019,7 +55030,7 @@ caru.UniqueList = function UniqueList(){
|
|
|
55019
55030
|
this.$init_291();
|
|
55020
55031
|
}
|
|
55021
55032
|
;
|
|
55022
|
-
defineClass(679,
|
|
55033
|
+
defineClass(679, 92, {4:1, 1:1}, caru.UniqueList);
|
|
55023
55034
|
_.$init_291 = function $init_291(){
|
|
55024
55035
|
this.mOriginalOrder = new ju.ArrayList;
|
|
55025
55036
|
}
|
|
@@ -55027,7 +55038,7 @@ _.$init_291 = function $init_291(){
|
|
|
55027
55038
|
_.add_10 = function add_19(s){
|
|
55028
55039
|
var index_0, oldSize;
|
|
55029
55040
|
oldSize = this.size_1();
|
|
55030
|
-
index_0 = getClassPrototype(
|
|
55041
|
+
index_0 = getClassPrototype(92).add_10.call(this, s);
|
|
55031
55042
|
if (this.size_1() != oldSize) {
|
|
55032
55043
|
this.mOriginalOrder.add(s);
|
|
55033
55044
|
this.mOriginalIndex = null;
|
|
@@ -55039,7 +55050,7 @@ _.add_10 = function add_19(s){
|
|
|
55039
55050
|
}
|
|
55040
55051
|
;
|
|
55041
55052
|
_.contains_3 = function contains_10(object){
|
|
55042
|
-
return getClassPrototype(
|
|
55053
|
+
return getClassPrototype(92).getIndex_0.call(this, object) != -1;
|
|
55043
55054
|
}
|
|
55044
55055
|
;
|
|
55045
55056
|
_.createOriginalIndex = function createOriginalIndex(){
|
|
@@ -55048,7 +55059,7 @@ _.createOriginalIndex = function createOriginalIndex(){
|
|
|
55048
55059
|
i = 0;
|
|
55049
55060
|
for (t$iterator = this.mOriginalOrder.iterator(); t$iterator.hasNext_0();) {
|
|
55050
55061
|
t = t$iterator.next_3();
|
|
55051
|
-
this.mOriginalIndex[getClassPrototype(
|
|
55062
|
+
this.mOriginalIndex[getClassPrototype(92).getIndex_0.call(this, t)] = i++;
|
|
55052
55063
|
}
|
|
55053
55064
|
}
|
|
55054
55065
|
;
|
|
@@ -55058,7 +55069,7 @@ _.get_3 = function get_16(i){
|
|
|
55058
55069
|
;
|
|
55059
55070
|
_.getIndex_0 = function getIndex_1(s){
|
|
55060
55071
|
var index_0;
|
|
55061
|
-
index_0 = getClassPrototype(
|
|
55072
|
+
index_0 = getClassPrototype(92).getIndex_0.call(this, s);
|
|
55062
55073
|
if (index_0 == -1)
|
|
55063
55074
|
return -1;
|
|
55064
55075
|
if (jsEquals(this.mOriginalIndex, null))
|
|
@@ -58395,7 +58406,7 @@ cggdc.DOMImplStandard = function DOMImplStandard(){
|
|
|
58395
58406
|
this.$init_340();
|
|
58396
58407
|
}
|
|
58397
58408
|
;
|
|
58398
|
-
defineClass(
|
|
58409
|
+
defineClass(652, 199, {1:1});
|
|
58399
58410
|
_.$init_340 = function $init_340(){
|
|
58400
58411
|
}
|
|
58401
58412
|
;
|
|
@@ -58467,7 +58478,7 @@ _.setInnerText = function setInnerText_0(elem, text_0){
|
|
|
58467
58478
|
elem.textContent = text_0 || '';
|
|
58468
58479
|
}
|
|
58469
58480
|
;
|
|
58470
|
-
cggl.Lcom_google_gwt_dom_client_DOMImplStandard_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplStandard',
|
|
58481
|
+
cggl.Lcom_google_gwt_dom_client_DOMImplStandard_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplStandard', 652, cggl.Lcom_google_gwt_dom_client_DOMImpl_2_classLit);
|
|
58471
58482
|
cggdc.$clinit_DOMImplStandardBase = function $clinit_DOMImplStandardBase(){
|
|
58472
58483
|
cggdc.$clinit_DOMImplStandardBase = emptyMethod;
|
|
58473
58484
|
cggdc.$clinit_DOMImplStandard();
|
|
@@ -58548,7 +58559,7 @@ cggdc.getBoundingClientRect = function getBoundingClientRect(element){
|
|
|
58548
58559
|
return element.getBoundingClientRect && element.getBoundingClientRect();
|
|
58549
58560
|
}
|
|
58550
58561
|
;
|
|
58551
|
-
defineClass(
|
|
58562
|
+
defineClass(653, 652, {1:1});
|
|
58552
58563
|
_.$init_341 = function $init_341(){
|
|
58553
58564
|
}
|
|
58554
58565
|
;
|
|
@@ -58591,7 +58602,7 @@ _.isRTL = function isRTL(elem){
|
|
|
58591
58602
|
return elem.ownerDocument.defaultView.getComputedStyle(elem, '').direction == 'rtl';
|
|
58592
58603
|
}
|
|
58593
58604
|
;
|
|
58594
|
-
cggl.Lcom_google_gwt_dom_client_DOMImplStandardBase_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplStandardBase',
|
|
58605
|
+
cggl.Lcom_google_gwt_dom_client_DOMImplStandardBase_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplStandardBase', 653, cggl.Lcom_google_gwt_dom_client_DOMImplStandard_2_classLit);
|
|
58595
58606
|
cggdc.$clinit_DOMImplStandardBase$ClientRect = function $clinit_DOMImplStandardBase$ClientRect(){
|
|
58596
58607
|
cggdc.$clinit_DOMImplStandardBase$ClientRect = emptyMethod;
|
|
58597
58608
|
cggcc.$clinit_JavaScriptObject();
|
|
@@ -58618,7 +58629,7 @@ cggdc.DOMImplWebkit = function DOMImplWebkit(){
|
|
|
58618
58629
|
this.$init_342();
|
|
58619
58630
|
}
|
|
58620
58631
|
;
|
|
58621
|
-
defineClass(
|
|
58632
|
+
defineClass(654, 653, {199:1, 1:1}, cggdc.DOMImplWebkit);
|
|
58622
58633
|
_.$init_342 = function $init_342(){
|
|
58623
58634
|
}
|
|
58624
58635
|
;
|
|
@@ -58634,7 +58645,7 @@ _.getLegacyDocumentScrollingElement = function getLegacyDocumentScrollingElement
|
|
|
58634
58645
|
return cggdc.$getBody(doc);
|
|
58635
58646
|
}
|
|
58636
58647
|
;
|
|
58637
|
-
cggl.Lcom_google_gwt_dom_client_DOMImplWebkit_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplWebkit',
|
|
58648
|
+
cggl.Lcom_google_gwt_dom_client_DOMImplWebkit_2_classLit = createForClass('com.google.gwt.dom.client', 'DOMImplWebkit', 654, cggl.Lcom_google_gwt_dom_client_DOMImplStandardBase_2_classLit);
|
|
58638
58649
|
cggdc.$clinit_DataTransfer = function $clinit_DataTransfer(){
|
|
58639
58650
|
cggdc.$clinit_DataTransfer = emptyMethod;
|
|
58640
58651
|
cggcc.$clinit_JavaScriptObject();
|
|
@@ -61663,7 +61674,7 @@ cggedc.getType_13 = function getType_13(){
|
|
|
61663
61674
|
return cggedc.TYPE;
|
|
61664
61675
|
}
|
|
61665
61676
|
;
|
|
61666
|
-
defineClass(
|
|
61677
|
+
defineClass(658, 153, {1:1}, cggedc.BlurEvent);
|
|
61667
61678
|
_.$init_405 = function $init_405(){
|
|
61668
61679
|
}
|
|
61669
61680
|
;
|
|
@@ -61687,7 +61698,7 @@ _.getAssociatedType_1 = function getAssociatedType_2(){
|
|
|
61687
61698
|
return cggedc.TYPE;
|
|
61688
61699
|
}
|
|
61689
61700
|
;
|
|
61690
|
-
cggl.Lcom_google_gwt_event_dom_client_BlurEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'BlurEvent',
|
|
61701
|
+
cggl.Lcom_google_gwt_event_dom_client_BlurEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'BlurEvent', 658, cggl.Lcom_google_gwt_event_dom_client_DomEvent_2_classLit);
|
|
61691
61702
|
cggedc.$clinit_ChangeEvent = function $clinit_ChangeEvent(){
|
|
61692
61703
|
cggedc.$clinit_ChangeEvent = emptyMethod;
|
|
61693
61704
|
cggedc.$clinit_DomEvent();
|
|
@@ -61840,7 +61851,7 @@ cggedc.getType_15 = function getType_15(){
|
|
|
61840
61851
|
return cggedc.TYPE_1;
|
|
61841
61852
|
}
|
|
61842
61853
|
;
|
|
61843
|
-
defineClass(
|
|
61854
|
+
defineClass(664, 152, {1:1}, cggedc.ClickEvent);
|
|
61844
61855
|
_.$init_409 = function $init_409(){
|
|
61845
61856
|
}
|
|
61846
61857
|
;
|
|
@@ -61864,7 +61875,7 @@ _.getAssociatedType_1 = function getAssociatedType_8(){
|
|
|
61864
61875
|
return cggedc.TYPE_1;
|
|
61865
61876
|
}
|
|
61866
61877
|
;
|
|
61867
|
-
cggl.Lcom_google_gwt_event_dom_client_ClickEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'ClickEvent',
|
|
61878
|
+
cggl.Lcom_google_gwt_event_dom_client_ClickEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'ClickEvent', 664, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
61868
61879
|
cgwbes.$clinit_Event$Type = function $clinit_Event$Type(){
|
|
61869
61880
|
cgwbes.$clinit_Event$Type = emptyMethod;
|
|
61870
61881
|
jl.$clinit_Object();
|
|
@@ -61956,7 +61967,7 @@ cggedc.getType_16 = function getType_16(){
|
|
|
61956
61967
|
return cggedc.TYPE_2;
|
|
61957
61968
|
}
|
|
61958
61969
|
;
|
|
61959
|
-
defineClass(
|
|
61970
|
+
defineClass(665, 152, {1:1}, cggedc.DoubleClickEvent);
|
|
61960
61971
|
_.$init_413 = function $init_413(){
|
|
61961
61972
|
}
|
|
61962
61973
|
;
|
|
@@ -61980,7 +61991,7 @@ _.getAssociatedType_1 = function getAssociatedType_11(){
|
|
|
61980
61991
|
return cggedc.TYPE_2;
|
|
61981
61992
|
}
|
|
61982
61993
|
;
|
|
61983
|
-
cggl.Lcom_google_gwt_event_dom_client_DoubleClickEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DoubleClickEvent',
|
|
61994
|
+
cggl.Lcom_google_gwt_event_dom_client_DoubleClickEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DoubleClickEvent', 665, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
61984
61995
|
cggedc.$clinit_DragDropEventBase = function $clinit_DragDropEventBase(){
|
|
61985
61996
|
cggedc.$clinit_DragDropEventBase = emptyMethod;
|
|
61986
61997
|
cggedc.$clinit_DomEvent();
|
|
@@ -62039,7 +62050,7 @@ cggedc.getType_17 = function getType_17(){
|
|
|
62039
62050
|
return cggedc.TYPE_3;
|
|
62040
62051
|
}
|
|
62041
62052
|
;
|
|
62042
|
-
defineClass(
|
|
62053
|
+
defineClass(662, 232, {1:1}, cggedc.DragLeaveEvent);
|
|
62043
62054
|
_.$init_415 = function $init_415(){
|
|
62044
62055
|
}
|
|
62045
62056
|
;
|
|
@@ -62063,7 +62074,7 @@ _.getAssociatedType_1 = function getAssociatedType_14(){
|
|
|
62063
62074
|
return cggedc.TYPE_3;
|
|
62064
62075
|
}
|
|
62065
62076
|
;
|
|
62066
|
-
cggl.Lcom_google_gwt_event_dom_client_DragLeaveEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragLeaveEvent',
|
|
62077
|
+
cggl.Lcom_google_gwt_event_dom_client_DragLeaveEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragLeaveEvent', 662, cggl.Lcom_google_gwt_event_dom_client_DragDropEventBase_2_classLit);
|
|
62067
62078
|
cggedc.$clinit_DragOverEvent = function $clinit_DragOverEvent(){
|
|
62068
62079
|
cggedc.$clinit_DragOverEvent = emptyMethod;
|
|
62069
62080
|
cggedc.$clinit_DragDropEventBase();
|
|
@@ -62080,7 +62091,7 @@ cggedc.getType_18 = function getType_18(){
|
|
|
62080
62091
|
return cggedc.TYPE_4;
|
|
62081
62092
|
}
|
|
62082
62093
|
;
|
|
62083
|
-
defineClass(
|
|
62094
|
+
defineClass(661, 232, {1:1}, cggedc.DragOverEvent);
|
|
62084
62095
|
_.$init_416 = function $init_416(){
|
|
62085
62096
|
}
|
|
62086
62097
|
;
|
|
@@ -62104,7 +62115,7 @@ _.getAssociatedType_1 = function getAssociatedType_17(){
|
|
|
62104
62115
|
return cggedc.TYPE_4;
|
|
62105
62116
|
}
|
|
62106
62117
|
;
|
|
62107
|
-
cggl.Lcom_google_gwt_event_dom_client_DragOverEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragOverEvent',
|
|
62118
|
+
cggl.Lcom_google_gwt_event_dom_client_DragOverEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragOverEvent', 661, cggl.Lcom_google_gwt_event_dom_client_DragDropEventBase_2_classLit);
|
|
62108
62119
|
cggedc.$clinit_DragStartEvent = function $clinit_DragStartEvent(){
|
|
62109
62120
|
cggedc.$clinit_DragStartEvent = emptyMethod;
|
|
62110
62121
|
cggedc.$clinit_DragDropEventBase();
|
|
@@ -62121,7 +62132,7 @@ cggedc.getType_19 = function getType_19(){
|
|
|
62121
62132
|
return cggedc.TYPE_5;
|
|
62122
62133
|
}
|
|
62123
62134
|
;
|
|
62124
|
-
defineClass(
|
|
62135
|
+
defineClass(673, 232, {1:1}, cggedc.DragStartEvent);
|
|
62125
62136
|
_.$init_417 = function $init_417(){
|
|
62126
62137
|
}
|
|
62127
62138
|
;
|
|
@@ -62145,7 +62156,7 @@ _.getAssociatedType_1 = function getAssociatedType_20(){
|
|
|
62145
62156
|
return cggedc.TYPE_5;
|
|
62146
62157
|
}
|
|
62147
62158
|
;
|
|
62148
|
-
cggl.Lcom_google_gwt_event_dom_client_DragStartEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragStartEvent',
|
|
62159
|
+
cggl.Lcom_google_gwt_event_dom_client_DragStartEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DragStartEvent', 673, cggl.Lcom_google_gwt_event_dom_client_DragDropEventBase_2_classLit);
|
|
62149
62160
|
cggedc.$clinit_DropEvent = function $clinit_DropEvent(){
|
|
62150
62161
|
cggedc.$clinit_DropEvent = emptyMethod;
|
|
62151
62162
|
cggedc.$clinit_DragDropEventBase();
|
|
@@ -62162,7 +62173,7 @@ cggedc.getType_20 = function getType_20(){
|
|
|
62162
62173
|
return cggedc.TYPE_6;
|
|
62163
62174
|
}
|
|
62164
62175
|
;
|
|
62165
|
-
defineClass(
|
|
62176
|
+
defineClass(663, 232, {1:1}, cggedc.DropEvent);
|
|
62166
62177
|
_.$init_418 = function $init_418(){
|
|
62167
62178
|
}
|
|
62168
62179
|
;
|
|
@@ -62186,7 +62197,7 @@ _.getAssociatedType_1 = function getAssociatedType_23(){
|
|
|
62186
62197
|
return cggedc.TYPE_6;
|
|
62187
62198
|
}
|
|
62188
62199
|
;
|
|
62189
|
-
cggl.Lcom_google_gwt_event_dom_client_DropEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DropEvent',
|
|
62200
|
+
cggl.Lcom_google_gwt_event_dom_client_DropEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'DropEvent', 663, cggl.Lcom_google_gwt_event_dom_client_DragDropEventBase_2_classLit);
|
|
62190
62201
|
cggedc.$clinit_FocusEvent = function $clinit_FocusEvent(){
|
|
62191
62202
|
cggedc.$clinit_FocusEvent = emptyMethod;
|
|
62192
62203
|
cggedc.$clinit_DomEvent();
|
|
@@ -62203,7 +62214,7 @@ cggedc.getType_21 = function getType_21(){
|
|
|
62203
62214
|
return cggedc.TYPE_7;
|
|
62204
62215
|
}
|
|
62205
62216
|
;
|
|
62206
|
-
defineClass(
|
|
62217
|
+
defineClass(657, 153, {1:1}, cggedc.FocusEvent_0);
|
|
62207
62218
|
_.$init_419 = function $init_419(){
|
|
62208
62219
|
}
|
|
62209
62220
|
;
|
|
@@ -62227,7 +62238,7 @@ _.getAssociatedType_1 = function getAssociatedType_26(){
|
|
|
62227
62238
|
return cggedc.TYPE_7;
|
|
62228
62239
|
}
|
|
62229
62240
|
;
|
|
62230
|
-
cggl.Lcom_google_gwt_event_dom_client_FocusEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'FocusEvent',
|
|
62241
|
+
cggl.Lcom_google_gwt_event_dom_client_FocusEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'FocusEvent', 657, cggl.Lcom_google_gwt_event_dom_client_DomEvent_2_classLit);
|
|
62231
62242
|
cggedc.$clinit_HasErrorHandlers = function $clinit_HasErrorHandlers(){
|
|
62232
62243
|
cggedc.$clinit_HasErrorHandlers = emptyMethod;
|
|
62233
62244
|
}
|
|
@@ -62306,7 +62317,7 @@ cggedc.getType_22 = function getType_22(){
|
|
|
62306
62317
|
return cggedc.TYPE_8;
|
|
62307
62318
|
}
|
|
62308
62319
|
;
|
|
62309
|
-
defineClass(
|
|
62320
|
+
defineClass(670, 346, {1:1}, cggedc.KeyDownEvent);
|
|
62310
62321
|
_.$init_422 = function $init_422(){
|
|
62311
62322
|
}
|
|
62312
62323
|
;
|
|
@@ -62330,7 +62341,7 @@ _.getAssociatedType_1 = function getAssociatedType_29(){
|
|
|
62330
62341
|
return cggedc.TYPE_8;
|
|
62331
62342
|
}
|
|
62332
62343
|
;
|
|
62333
|
-
cggl.Lcom_google_gwt_event_dom_client_KeyDownEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyDownEvent',
|
|
62344
|
+
cggl.Lcom_google_gwt_event_dom_client_KeyDownEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyDownEvent', 670, cggl.Lcom_google_gwt_event_dom_client_KeyCodeEvent_2_classLit);
|
|
62334
62345
|
cggedc.$clinit_KeyPressEvent = function $clinit_KeyPressEvent(){
|
|
62335
62346
|
cggedc.$clinit_KeyPressEvent = emptyMethod;
|
|
62336
62347
|
cggedc.$clinit_KeyEvent();
|
|
@@ -62347,7 +62358,7 @@ cggedc.getType_23 = function getType_23(){
|
|
|
62347
62358
|
return cggedc.TYPE_9;
|
|
62348
62359
|
}
|
|
62349
62360
|
;
|
|
62350
|
-
defineClass(
|
|
62361
|
+
defineClass(672, 345, {1:1}, cggedc.KeyPressEvent);
|
|
62351
62362
|
_.$init_423 = function $init_423(){
|
|
62352
62363
|
}
|
|
62353
62364
|
;
|
|
@@ -62379,7 +62390,7 @@ _.getUnicodeCharCode = function getUnicodeCharCode(){
|
|
|
62379
62390
|
return cggdc.$getCharCode(this.getNativeEvent());
|
|
62380
62391
|
}
|
|
62381
62392
|
;
|
|
62382
|
-
cggl.Lcom_google_gwt_event_dom_client_KeyPressEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyPressEvent',
|
|
62393
|
+
cggl.Lcom_google_gwt_event_dom_client_KeyPressEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyPressEvent', 672, cggl.Lcom_google_gwt_event_dom_client_KeyEvent_2_classLit);
|
|
62383
62394
|
cggedc.$clinit_KeyUpEvent = function $clinit_KeyUpEvent(){
|
|
62384
62395
|
cggedc.$clinit_KeyUpEvent = emptyMethod;
|
|
62385
62396
|
cggedc.$clinit_KeyCodeEvent();
|
|
@@ -62396,7 +62407,7 @@ cggedc.getType_24 = function getType_24(){
|
|
|
62396
62407
|
return cggedc.TYPE_10;
|
|
62397
62408
|
}
|
|
62398
62409
|
;
|
|
62399
|
-
defineClass(
|
|
62410
|
+
defineClass(671, 346, {1:1}, cggedc.KeyUpEvent);
|
|
62400
62411
|
_.$init_424 = function $init_424(){
|
|
62401
62412
|
}
|
|
62402
62413
|
;
|
|
@@ -62420,7 +62431,7 @@ _.getAssociatedType_1 = function getAssociatedType_35(){
|
|
|
62420
62431
|
return cggedc.TYPE_10;
|
|
62421
62432
|
}
|
|
62422
62433
|
;
|
|
62423
|
-
cggl.Lcom_google_gwt_event_dom_client_KeyUpEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyUpEvent',
|
|
62434
|
+
cggl.Lcom_google_gwt_event_dom_client_KeyUpEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'KeyUpEvent', 671, cggl.Lcom_google_gwt_event_dom_client_KeyCodeEvent_2_classLit);
|
|
62424
62435
|
cggedc.$clinit_LoadEvent = function $clinit_LoadEvent(){
|
|
62425
62436
|
cggedc.$clinit_LoadEvent = emptyMethod;
|
|
62426
62437
|
cggedc.$clinit_DomEvent();
|
|
@@ -62478,7 +62489,7 @@ cggedc.getType_26 = function getType_26(){
|
|
|
62478
62489
|
return cggedc.TYPE_12;
|
|
62479
62490
|
}
|
|
62480
62491
|
;
|
|
62481
|
-
defineClass(
|
|
62492
|
+
defineClass(668, 152, {1:1}, cggedc.MouseDownEvent);
|
|
62482
62493
|
_.$init_426 = function $init_426(){
|
|
62483
62494
|
}
|
|
62484
62495
|
;
|
|
@@ -62502,7 +62513,7 @@ _.getAssociatedType_1 = function getAssociatedType_41(){
|
|
|
62502
62513
|
return cggedc.TYPE_12;
|
|
62503
62514
|
}
|
|
62504
62515
|
;
|
|
62505
|
-
cggl.Lcom_google_gwt_event_dom_client_MouseDownEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseDownEvent',
|
|
62516
|
+
cggl.Lcom_google_gwt_event_dom_client_MouseDownEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseDownEvent', 668, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
62506
62517
|
cggedc.$clinit_MouseMoveEvent = function $clinit_MouseMoveEvent(){
|
|
62507
62518
|
cggedc.$clinit_MouseMoveEvent = emptyMethod;
|
|
62508
62519
|
cggedc.$clinit_MouseEvent();
|
|
@@ -62519,7 +62530,7 @@ cggedc.getType_27 = function getType_27(){
|
|
|
62519
62530
|
return cggedc.TYPE_13;
|
|
62520
62531
|
}
|
|
62521
62532
|
;
|
|
62522
|
-
defineClass(
|
|
62533
|
+
defineClass(666, 152, {1:1}, cggedc.MouseMoveEvent);
|
|
62523
62534
|
_.$init_427 = function $init_427(){
|
|
62524
62535
|
}
|
|
62525
62536
|
;
|
|
@@ -62543,7 +62554,7 @@ _.getAssociatedType_1 = function getAssociatedType_44(){
|
|
|
62543
62554
|
return cggedc.TYPE_13;
|
|
62544
62555
|
}
|
|
62545
62556
|
;
|
|
62546
|
-
cggl.Lcom_google_gwt_event_dom_client_MouseMoveEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseMoveEvent',
|
|
62557
|
+
cggl.Lcom_google_gwt_event_dom_client_MouseMoveEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseMoveEvent', 666, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
62547
62558
|
cggedc.$clinit_MouseOutEvent = function $clinit_MouseOutEvent(){
|
|
62548
62559
|
cggedc.$clinit_MouseOutEvent = emptyMethod;
|
|
62549
62560
|
cggedc.$clinit_MouseEvent();
|
|
@@ -62560,7 +62571,7 @@ cggedc.getType_28 = function getType_28(){
|
|
|
62560
62571
|
return cggedc.TYPE_14;
|
|
62561
62572
|
}
|
|
62562
62573
|
;
|
|
62563
|
-
defineClass(
|
|
62574
|
+
defineClass(667, 152, {1:1}, cggedc.MouseOutEvent);
|
|
62564
62575
|
_.$init_428 = function $init_428(){
|
|
62565
62576
|
}
|
|
62566
62577
|
;
|
|
@@ -62584,7 +62595,7 @@ _.getAssociatedType_1 = function getAssociatedType_47(){
|
|
|
62584
62595
|
return cggedc.TYPE_14;
|
|
62585
62596
|
}
|
|
62586
62597
|
;
|
|
62587
|
-
cggl.Lcom_google_gwt_event_dom_client_MouseOutEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseOutEvent',
|
|
62598
|
+
cggl.Lcom_google_gwt_event_dom_client_MouseOutEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseOutEvent', 667, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
62588
62599
|
cggedc.$clinit_MouseOverEvent = function $clinit_MouseOverEvent(){
|
|
62589
62600
|
cggedc.$clinit_MouseOverEvent = emptyMethod;
|
|
62590
62601
|
cggedc.$clinit_MouseEvent();
|
|
@@ -62647,7 +62658,7 @@ cggedc.getType_30 = function getType_30(){
|
|
|
62647
62658
|
return cggedc.TYPE_16;
|
|
62648
62659
|
}
|
|
62649
62660
|
;
|
|
62650
|
-
defineClass(
|
|
62661
|
+
defineClass(669, 152, {1:1}, cggedc.MouseUpEvent);
|
|
62651
62662
|
_.$init_430 = function $init_430(){
|
|
62652
62663
|
}
|
|
62653
62664
|
;
|
|
@@ -62671,7 +62682,7 @@ _.getAssociatedType_1 = function getAssociatedType_53(){
|
|
|
62671
62682
|
return cggedc.TYPE_16;
|
|
62672
62683
|
}
|
|
62673
62684
|
;
|
|
62674
|
-
cggl.Lcom_google_gwt_event_dom_client_MouseUpEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseUpEvent',
|
|
62685
|
+
cggl.Lcom_google_gwt_event_dom_client_MouseUpEvent_2_classLit = createForClass('com.google.gwt.event.dom.client', 'MouseUpEvent', 669, cggl.Lcom_google_gwt_event_dom_client_MouseEvent_2_classLit);
|
|
62675
62686
|
cggedc.$clinit_PrivateMap = function $clinit_PrivateMap(){
|
|
62676
62687
|
cggedc.$clinit_PrivateMap = emptyMethod;
|
|
62677
62688
|
jl.$clinit_Object();
|
|
@@ -63755,8 +63766,8 @@ cggic.$clinit_CurrencyList$CurrencyListInstance = function $clinit_CurrencyList$
|
|
|
63755
63766
|
cggic.instance_3 = castTo(new cggic.CurrencyList_, 204);
|
|
63756
63767
|
}
|
|
63757
63768
|
;
|
|
63758
|
-
defineClass(
|
|
63759
|
-
cggl.Lcom_google_gwt_i18n_client_CurrencyList$CurrencyListInstance_2_classLit = createForClass('com.google.gwt.i18n.client', 'CurrencyList/CurrencyListInstance',
|
|
63769
|
+
defineClass(1180, 1, {1:1});
|
|
63770
|
+
cggl.Lcom_google_gwt_i18n_client_CurrencyList$CurrencyListInstance_2_classLit = createForClass('com.google.gwt.i18n.client', 'CurrencyList/CurrencyListInstance', 1180, cggl.Ljava_lang_Object_2_classLit);
|
|
63760
63771
|
cggic.$clinit_CurrencyList_ = function $clinit_CurrencyList_(){
|
|
63761
63772
|
cggic.$clinit_CurrencyList_ = emptyMethod;
|
|
63762
63773
|
cggic.$clinit_CurrencyList();
|
|
@@ -64196,7 +64207,7 @@ cggic.hasAnyRTL = function hasAnyRTL(){
|
|
|
64196
64207
|
return cggic.instance_4.infoImpl.hasAnyRTL();
|
|
64197
64208
|
}
|
|
64198
64209
|
;
|
|
64199
|
-
defineClass(
|
|
64210
|
+
defineClass(660, 1, {1:1}, cggic.LocaleInfo);
|
|
64200
64211
|
_.$init_449 = function $init_449(){
|
|
64201
64212
|
}
|
|
64202
64213
|
;
|
|
@@ -64215,7 +64226,7 @@ _.isRTL_0 = function isRTL_0(){
|
|
|
64215
64226
|
return this.cldrImpl.isRTL_0();
|
|
64216
64227
|
}
|
|
64217
64228
|
;
|
|
64218
|
-
cggl.Lcom_google_gwt_i18n_client_LocaleInfo_2_classLit = createForClass('com.google.gwt.i18n.client', 'LocaleInfo',
|
|
64229
|
+
cggl.Lcom_google_gwt_i18n_client_LocaleInfo_2_classLit = createForClass('com.google.gwt.i18n.client', 'LocaleInfo', 660, cggl.Ljava_lang_Object_2_classLit);
|
|
64219
64230
|
cggic.$clinit_LocalizableResource$DefaultLocale = function $clinit_LocalizableResource$DefaultLocale(){
|
|
64220
64231
|
cggic.$clinit_LocalizableResource$DefaultLocale = emptyMethod;
|
|
64221
64232
|
}
|
|
@@ -66575,12 +66586,12 @@ cggl.$clinit_com_00046actelion_00046research_00046gwt_00046Full__EntryMethodHold
|
|
|
66575
66586
|
;
|
|
66576
66587
|
function init_8(){
|
|
66577
66588
|
cggl.$clinit_com_00046actelion_00046research_00046gwt_00046Full__EntryMethodHolder();
|
|
66578
|
-
castTo(new cargc.Core,
|
|
66579
|
-
castTo(new cgguc2.UserAgentAsserter$UserAgentAsserterDisabled,
|
|
66580
|
-
castTo(new cgguc.DocumentModeAsserter,
|
|
66581
|
-
castTo(new cargm.Minimal,
|
|
66582
|
-
castTo(new carggv.StructureViewer,
|
|
66583
|
-
castTo(new cargge.GWTStructureEditor,
|
|
66589
|
+
castTo(new cargc.Core, 99).onModuleLoad();
|
|
66590
|
+
castTo(new cgguc2.UserAgentAsserter$UserAgentAsserterDisabled, 99).onModuleLoad();
|
|
66591
|
+
castTo(new cgguc.DocumentModeAsserter, 99).onModuleLoad();
|
|
66592
|
+
castTo(new cargm.Minimal, 99).onModuleLoad();
|
|
66593
|
+
castTo(new carggv.StructureViewer, 99).onModuleLoad();
|
|
66594
|
+
castTo(new cargge.GWTStructureEditor, 99).onModuleLoad();
|
|
66584
66595
|
}
|
|
66585
66596
|
|
|
66586
66597
|
defineClass(809, 1, {1:1});
|
|
@@ -67257,7 +67268,7 @@ cgguc.DocumentModeAsserter = function DocumentModeAsserter(){
|
|
|
67257
67268
|
this.$init_478();
|
|
67258
67269
|
}
|
|
67259
67270
|
;
|
|
67260
|
-
defineClass(392, 1, {
|
|
67271
|
+
defineClass(392, 1, {99:1, 1:1}, cgguc.DocumentModeAsserter);
|
|
67261
67272
|
_.$init_478 = function $init_478(){
|
|
67262
67273
|
}
|
|
67263
67274
|
;
|
|
@@ -70330,7 +70341,7 @@ cggucu.Image_1 = function Image_1(url_0){
|
|
|
70330
70341
|
cggucu.Image_0.call(this, cggss.unsafeCastFromUntrustedString(url_0));
|
|
70331
70342
|
}
|
|
70332
70343
|
;
|
|
70333
|
-
defineClass(
|
|
70344
|
+
defineClass(95, 22, {37:1, 31:1, 22:1, 1:1}, cggucu.Image_1);
|
|
70334
70345
|
_.$init_526 = function $init_526(){
|
|
70335
70346
|
}
|
|
70336
70347
|
;
|
|
@@ -70403,7 +70414,7 @@ _.onLoad_0 = function onLoad_7(){
|
|
|
70403
70414
|
}
|
|
70404
70415
|
;
|
|
70405
70416
|
cggucu.UNHANDLED_EVENT_ATTR = '__gwtLastUnhandledEvent';
|
|
70406
|
-
cggl.Lcom_google_gwt_user_client_ui_Image_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image',
|
|
70417
|
+
cggl.Lcom_google_gwt_user_client_ui_Image_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image', 95, cggl.Lcom_google_gwt_user_client_ui_Widget_2_classLit);
|
|
70407
70418
|
cggucu.$clinit_Image$State = function $clinit_Image$State(){
|
|
70408
70419
|
cggucu.$clinit_Image$State = emptyMethod;
|
|
70409
70420
|
jl.$clinit_Object();
|
|
@@ -70415,7 +70426,7 @@ cggucu.Image$State = function Image$State(){
|
|
|
70415
70426
|
this.$init_527();
|
|
70416
70427
|
}
|
|
70417
70428
|
;
|
|
70418
|
-
defineClass(
|
|
70429
|
+
defineClass(655, 1, {1:1});
|
|
70419
70430
|
_.$init_527 = function $init_527(){
|
|
70420
70431
|
this.syntheticEventCommand = null;
|
|
70421
70432
|
}
|
|
@@ -70436,12 +70447,12 @@ _.onLoad_1 = function onLoad_8(image){
|
|
|
70436
70447
|
_.onLoadEvent = function onLoadEvent(image){
|
|
70437
70448
|
}
|
|
70438
70449
|
;
|
|
70439
|
-
cggl.Lcom_google_gwt_user_client_ui_Image$State_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image/State',
|
|
70450
|
+
cggl.Lcom_google_gwt_user_client_ui_Image$State_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image/State', 655, cggl.Ljava_lang_Object_2_classLit);
|
|
70440
70451
|
cggucu.$clinit_Image$ClippedState = function $clinit_Image$ClippedState(){
|
|
70441
70452
|
cggucu.$clinit_Image$ClippedState = emptyMethod;
|
|
70442
70453
|
}
|
|
70443
70454
|
;
|
|
70444
|
-
defineClass(1120,
|
|
70455
|
+
defineClass(1120, 655, {1:1});
|
|
70445
70456
|
cggl.Lcom_google_gwt_user_client_ui_Image$ClippedState_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image/ClippedState', 1120, cggl.Lcom_google_gwt_user_client_ui_Image$State_2_classLit);
|
|
70446
70457
|
cggucu.$clinit_Image$State$1 = function $clinit_Image$State$1(){
|
|
70447
70458
|
cggucu.$clinit_Image$State$1 = emptyMethod;
|
|
@@ -70456,7 +70467,7 @@ cggucu.Image$State$1 = function Image$State$1(this$1, val$image){
|
|
|
70456
70467
|
this.$init_528();
|
|
70457
70468
|
}
|
|
70458
70469
|
;
|
|
70459
|
-
defineClass(
|
|
70470
|
+
defineClass(656, 1, {1:1}, cggucu.Image$State$1);
|
|
70460
70471
|
_.$init_528 = function $init_528(){
|
|
70461
70472
|
}
|
|
70462
70473
|
;
|
|
@@ -70474,7 +70485,7 @@ _.execute_1 = function execute_7(){
|
|
|
70474
70485
|
cggdc.$dispatchEvent(this.this$11.getImageElement(this.val$image2), evt);
|
|
70475
70486
|
}
|
|
70476
70487
|
;
|
|
70477
|
-
cggl.Lcom_google_gwt_user_client_ui_Image$State$1_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image/State/1',
|
|
70488
|
+
cggl.Lcom_google_gwt_user_client_ui_Image$State$1_2_classLit = createForClass('com.google.gwt.user.client.ui', 'Image/State/1', 656, cggl.Ljava_lang_Object_2_classLit);
|
|
70478
70489
|
cggucu.$clinit_Image$UnclippedState = function $clinit_Image$UnclippedState(){
|
|
70479
70490
|
cggucu.$clinit_Image$UnclippedState = emptyMethod;
|
|
70480
70491
|
cggucu.$clinit_Image$State();
|
|
@@ -70494,7 +70505,7 @@ cggucu.Image$UnclippedState_0 = function Image$UnclippedState_0(image, url_0){
|
|
|
70494
70505
|
this.setUrl(image, url_0);
|
|
70495
70506
|
}
|
|
70496
70507
|
;
|
|
70497
|
-
defineClass(344,
|
|
70508
|
+
defineClass(344, 655, {1:1}, cggucu.Image$UnclippedState_0);
|
|
70498
70509
|
_.$init_529 = function $init_529(){
|
|
70499
70510
|
}
|
|
70500
70511
|
;
|
|
@@ -70568,8 +70579,8 @@ cggucu.$clinit_PopupPanel$2 = function $clinit_PopupPanel$2(){
|
|
|
70568
70579
|
cggucu.$clinit_PopupPanel$2 = emptyMethod;
|
|
70569
70580
|
}
|
|
70570
70581
|
;
|
|
70571
|
-
defineClass(
|
|
70572
|
-
cggl.Lcom_google_gwt_user_client_ui_PopupPanel$2_2_classLit = createForClass('com.google.gwt.user.client.ui', 'PopupPanel/2',
|
|
70582
|
+
defineClass(1183, 1, {1:1});
|
|
70583
|
+
cggl.Lcom_google_gwt_user_client_ui_PopupPanel$2_2_classLit = createForClass('com.google.gwt.user.client.ui', 'PopupPanel/2', 1183, cggl.Ljava_lang_Object_2_classLit);
|
|
70573
70584
|
cggucu.$clinit_PopupPanel$3 = function $clinit_PopupPanel$3(){
|
|
70574
70585
|
cggucu.$clinit_PopupPanel$3 = emptyMethod;
|
|
70575
70586
|
jl.$clinit_Object();
|
|
@@ -70647,8 +70658,8 @@ cggucu.$clinit_PopupPanel$AnimationType$Map = function $clinit_PopupPanel$Animat
|
|
|
70647
70658
|
cggucu.$MAP_16 = createValueOfMap(cggucu.values_17());
|
|
70648
70659
|
}
|
|
70649
70660
|
;
|
|
70650
|
-
defineClass(
|
|
70651
|
-
cggl.Lcom_google_gwt_user_client_ui_PopupPanel$AnimationType$Map_2_classLit = createForClass('com.google.gwt.user.client.ui', 'PopupPanel/AnimationType/Map',
|
|
70661
|
+
defineClass(1182, 1, {1:1});
|
|
70662
|
+
cggl.Lcom_google_gwt_user_client_ui_PopupPanel$AnimationType$Map_2_classLit = createForClass('com.google.gwt.user.client.ui', 'PopupPanel/AnimationType/Map', 1182, cggl.Ljava_lang_Object_2_classLit);
|
|
70652
70663
|
cggucu.$clinit_PopupPanel$ResizeAnimation = function $clinit_PopupPanel$ResizeAnimation(){
|
|
70653
70664
|
cggucu.$clinit_PopupPanel$ResizeAnimation = emptyMethod;
|
|
70654
70665
|
cggac.$clinit_Animation();
|
|
@@ -71756,7 +71767,7 @@ cgguc2.UserAgentAsserter$UserAgentAsserterDisabled = function UserAgentAsserter$
|
|
|
71756
71767
|
this.$init_559();
|
|
71757
71768
|
}
|
|
71758
71769
|
;
|
|
71759
|
-
defineClass(391, 1, {
|
|
71770
|
+
defineClass(391, 1, {99:1, 1:1}, cgguc2.UserAgentAsserter$UserAgentAsserterDisabled);
|
|
71760
71771
|
_.$init_559 = function $init_559(){
|
|
71761
71772
|
}
|
|
71762
71773
|
;
|
|
@@ -71936,11 +71947,11 @@ jag.Dimension2D = function Dimension2D(){
|
|
|
71936
71947
|
this.$init_566();
|
|
71937
71948
|
}
|
|
71938
71949
|
;
|
|
71939
|
-
defineClass(
|
|
71950
|
+
defineClass(659, 1, {1:1});
|
|
71940
71951
|
_.$init_566 = function $init_566(){
|
|
71941
71952
|
}
|
|
71942
71953
|
;
|
|
71943
|
-
cggl.Ljava_awt_geom_Dimension2D_2_classLit = createForClass('java.awt.geom', 'Dimension2D',
|
|
71954
|
+
cggl.Ljava_awt_geom_Dimension2D_2_classLit = createForClass('java.awt.geom', 'Dimension2D', 659, cggl.Ljava_lang_Object_2_classLit);
|
|
71944
71955
|
ja.$clinit_Dimension = function $clinit_Dimension(){
|
|
71945
71956
|
ja.$clinit_Dimension = emptyMethod;
|
|
71946
71957
|
jag.$clinit_Dimension2D();
|
|
@@ -71954,7 +71965,7 @@ ja.Dimension = function Dimension(width_0, height){
|
|
|
71954
71965
|
this.height_0 = height;
|
|
71955
71966
|
}
|
|
71956
71967
|
;
|
|
71957
|
-
defineClass(189,
|
|
71968
|
+
defineClass(189, 659, {189:1, 4:1, 1:1}, ja.Dimension);
|
|
71958
71969
|
_.$init_567 = function $init_567(){
|
|
71959
71970
|
}
|
|
71960
71971
|
;
|
|
@@ -72083,7 +72094,7 @@ ja.Graphics2D = function Graphics2D(){
|
|
|
72083
72094
|
this.$init_569();
|
|
72084
72095
|
}
|
|
72085
72096
|
;
|
|
72086
|
-
defineClass(
|
|
72097
|
+
defineClass(638, 1, {1:1}, ja.Graphics2D);
|
|
72087
72098
|
_.$init_569 = function $init_569(){
|
|
72088
72099
|
}
|
|
72089
72100
|
;
|
|
@@ -72091,7 +72102,7 @@ _.getFontRenderContext = function getFontRenderContext(){
|
|
|
72091
72102
|
return new jaf.FontRenderContext;
|
|
72092
72103
|
}
|
|
72093
72104
|
;
|
|
72094
|
-
cggl.Ljava_awt_Graphics2D_2_classLit = createForClass('java.awt', 'Graphics2D',
|
|
72105
|
+
cggl.Ljava_awt_Graphics2D_2_classLit = createForClass('java.awt', 'Graphics2D', 638, cggl.Ljava_lang_Object_2_classLit);
|
|
72095
72106
|
jag.$clinit_Point2D = function $clinit_Point2D(){
|
|
72096
72107
|
jag.$clinit_Point2D = emptyMethod;
|
|
72097
72108
|
jl.$clinit_Object();
|
|
@@ -72453,7 +72464,7 @@ jai.BufferedImage = function BufferedImage(width_0, height, typeIntArgb){
|
|
|
72453
72464
|
this.$init_579();
|
|
72454
72465
|
}
|
|
72455
72466
|
;
|
|
72456
|
-
defineClass(
|
|
72467
|
+
defineClass(637, 1, {1:1}, jai.BufferedImage);
|
|
72457
72468
|
_.$init_579 = function $init_579(){
|
|
72458
72469
|
}
|
|
72459
72470
|
;
|
|
@@ -72465,7 +72476,7 @@ jai.TYPE_CUSTOM = 0;
|
|
|
72465
72476
|
jai.TYPE_INT_ARGB = 2;
|
|
72466
72477
|
jai.TYPE_INT_ARGB_PRE = 3;
|
|
72467
72478
|
jai.TYPE_INT_RGB = 1;
|
|
72468
|
-
cggl.Ljava_awt_image_BufferedImage_2_classLit = createForClass('java.awt.image', 'BufferedImage',
|
|
72479
|
+
cggl.Ljava_awt_image_BufferedImage_2_classLit = createForClass('java.awt.image', 'BufferedImage', 637, cggl.Ljava_lang_Object_2_classLit);
|
|
72469
72480
|
ji.$clinit_Reader = function $clinit_Reader(){
|
|
72470
72481
|
ji.$clinit_Reader = emptyMethod;
|
|
72471
72482
|
jl.$clinit_Object();
|
|
@@ -72507,7 +72518,7 @@ ji.BufferedReader = function BufferedReader(source){
|
|
|
72507
72518
|
this.savedNextChar = -2;
|
|
72508
72519
|
}
|
|
72509
72520
|
;
|
|
72510
|
-
defineClass(
|
|
72521
|
+
defineClass(91, 328, {91:1, 1:1}, ji.BufferedReader);
|
|
72511
72522
|
_.$init_581 = function $init_581(){
|
|
72512
72523
|
}
|
|
72513
72524
|
;
|
|
@@ -72565,7 +72576,7 @@ _.readLine = function readLine(){
|
|
|
72565
72576
|
}
|
|
72566
72577
|
;
|
|
72567
72578
|
_.savedNextChar = 0;
|
|
72568
|
-
cggl.Ljava_io_BufferedReader_2_classLit = createForClass('java.io', 'BufferedReader',
|
|
72579
|
+
cggl.Ljava_io_BufferedReader_2_classLit = createForClass('java.io', 'BufferedReader', 91, cggl.Ljava_io_Reader_2_classLit);
|
|
72569
72580
|
ji.$clinit_BufferedWriter = function $clinit_BufferedWriter(){
|
|
72570
72581
|
ji.$clinit_BufferedWriter = emptyMethod;
|
|
72571
72582
|
}
|
|
@@ -73986,12 +73997,12 @@ jl.valueOf_27 = function valueOf_27(l){
|
|
|
73986
73997
|
return new jl.Long(l);
|
|
73987
73998
|
}
|
|
73988
73999
|
;
|
|
73989
|
-
defineClass(
|
|
74000
|
+
defineClass(93, 24, {4:1, 10:1, 93:1, 24:1, 1:1}, jl.Long);
|
|
73990
74001
|
_.$init_605 = function $init_605(){
|
|
73991
74002
|
}
|
|
73992
74003
|
;
|
|
73993
74004
|
_.compareTo_1 = function compareTo_28(b){
|
|
73994
|
-
return this.compareTo_14(castTo(b,
|
|
74005
|
+
return this.compareTo_14(castTo(b, 93));
|
|
73995
74006
|
}
|
|
73996
74007
|
;
|
|
73997
74008
|
_.byteValue = function byteValue_3(){
|
|
@@ -74007,7 +74018,7 @@ _.doubleValue = function doubleValue_3(){
|
|
|
74007
74018
|
}
|
|
74008
74019
|
;
|
|
74009
74020
|
_.equals_0 = function equals_29(o){
|
|
74010
|
-
return instanceOf(o,
|
|
74021
|
+
return instanceOf(o, 93) && eq(castTo(o, 93).value_0, this.value_0);
|
|
74011
74022
|
}
|
|
74012
74023
|
;
|
|
74013
74024
|
_.floatValue = function floatValue_2(){
|
|
@@ -74040,11 +74051,11 @@ var MAX_VALUE_5 = {l:4194303, m:4194303, h:524287};
|
|
|
74040
74051
|
var MIN_VALUE_5 = {l:0, m:0, h:524288};
|
|
74041
74052
|
var SIZE_4 = 64;
|
|
74042
74053
|
var TYPE_29;
|
|
74043
|
-
cggl.Ljava_lang_Long_2_classLit = createForClass('java.lang', 'Long',
|
|
74054
|
+
cggl.Ljava_lang_Long_2_classLit = createForClass('java.lang', 'Long', 93, cggl.Ljava_lang_Number_2_classLit);
|
|
74044
74055
|
jl.$clinit_Long$BoxedValues = function $clinit_Long$BoxedValues(){
|
|
74045
74056
|
jl.$clinit_Long$BoxedValues = emptyMethod;
|
|
74046
74057
|
jl.$clinit_Object();
|
|
74047
|
-
jl.boxedValues_2 = initUnidimensionalArray(cggl.Ljava_lang_Long_2_classLit, {4:1, 1:1, 7:1},
|
|
74058
|
+
jl.boxedValues_2 = initUnidimensionalArray(cggl.Ljava_lang_Long_2_classLit, {4:1, 1:1, 7:1}, 93, 256, 0, 1);
|
|
74048
74059
|
}
|
|
74049
74060
|
;
|
|
74050
74061
|
jl.get_30 = function get_30(l){
|
|
@@ -76707,8 +76718,8 @@ jm.$clinit_RoundingMode$Map = function $clinit_RoundingMode$Map(){
|
|
|
76707
76718
|
jm.$MAP_18 = createValueOfMap(jm.values_19());
|
|
76708
76719
|
}
|
|
76709
76720
|
;
|
|
76710
|
-
defineClass(
|
|
76711
|
-
cggl.Ljava_math_RoundingMode$Map_2_classLit = createForClass('java.math', 'RoundingMode/Map',
|
|
76721
|
+
defineClass(1173, 1, {1:1});
|
|
76722
|
+
cggl.Ljava_math_RoundingMode$Map_2_classLit = createForClass('java.math', 'RoundingMode/Map', 1173, cggl.Ljava_lang_Object_2_classLit);
|
|
76712
76723
|
jnc.$clinit_Charset = function $clinit_Charset(){
|
|
76713
76724
|
jnc.$clinit_Charset = emptyMethod;
|
|
76714
76725
|
jl.$clinit_Object();
|
|
@@ -76808,11 +76819,11 @@ jt.NumberFormat_1 = function NumberFormat_1(){
|
|
|
76808
76819
|
this.$init_622();
|
|
76809
76820
|
}
|
|
76810
76821
|
;
|
|
76811
|
-
defineClass(
|
|
76822
|
+
defineClass(650, 1, {1:1});
|
|
76812
76823
|
_.$init_622 = function $init_622(){
|
|
76813
76824
|
}
|
|
76814
76825
|
;
|
|
76815
|
-
cggl.Ljava_text_NumberFormat_2_classLit = createForClass('java.text', 'NumberFormat',
|
|
76826
|
+
cggl.Ljava_text_NumberFormat_2_classLit = createForClass('java.text', 'NumberFormat', 650, cggl.Ljava_lang_Object_2_classLit);
|
|
76816
76827
|
jt.$clinit_DecimalFormat = function $clinit_DecimalFormat(){
|
|
76817
76828
|
jt.$clinit_DecimalFormat = emptyMethod;
|
|
76818
76829
|
jt.$clinit_NumberFormat_0();
|
|
@@ -76830,7 +76841,7 @@ jt.DecimalFormat_0 = function DecimalFormat_0(pattern, symbols){
|
|
|
76830
76841
|
jt.DecimalFormat.call(this, pattern);
|
|
76831
76842
|
}
|
|
76832
76843
|
;
|
|
76833
|
-
defineClass(202,
|
|
76844
|
+
defineClass(202, 650, {1:1}, jt.DecimalFormat, jt.DecimalFormat_0);
|
|
76834
76845
|
_.$init_623 = function $init_623(){
|
|
76835
76846
|
}
|
|
76836
76847
|
;
|
|
@@ -76854,11 +76865,11 @@ jt.DecimalFormatSymbols = function DecimalFormatSymbols(locale){
|
|
|
76854
76865
|
this.$init_624();
|
|
76855
76866
|
}
|
|
76856
76867
|
;
|
|
76857
|
-
defineClass(
|
|
76868
|
+
defineClass(651, 1, {1:1}, jt.DecimalFormatSymbols);
|
|
76858
76869
|
_.$init_624 = function $init_624(){
|
|
76859
76870
|
}
|
|
76860
76871
|
;
|
|
76861
|
-
cggl.Ljava_text_DecimalFormatSymbols_2_classLit = createForClass('java.text', 'DecimalFormatSymbols',
|
|
76872
|
+
cggl.Ljava_text_DecimalFormatSymbols_2_classLit = createForClass('java.text', 'DecimalFormatSymbols', 651, cggl.Ljava_lang_Object_2_classLit);
|
|
76862
76873
|
jt.$clinit_ParseException = function $clinit_ParseException(){
|
|
76863
76874
|
jt.$clinit_ParseException = emptyMethod;
|
|
76864
76875
|
}
|
|
@@ -77742,7 +77753,7 @@ ju.AbstractMapEntry = function AbstractMapEntry(){
|
|
|
77742
77753
|
this.$init_640();
|
|
77743
77754
|
}
|
|
77744
77755
|
;
|
|
77745
|
-
defineClass(
|
|
77756
|
+
defineClass(645, 1, {1:1, 45:1});
|
|
77746
77757
|
_.$init_640 = function $init_640(){
|
|
77747
77758
|
}
|
|
77748
77759
|
;
|
|
@@ -77763,7 +77774,7 @@ _.toString_0 = function toString_61(){
|
|
|
77763
77774
|
return this.getKey() + '=' + this.getValue_1();
|
|
77764
77775
|
}
|
|
77765
77776
|
;
|
|
77766
|
-
cggl.Ljava_util_AbstractMapEntry_2_classLit = createForClass('java.util', 'AbstractMapEntry',
|
|
77777
|
+
cggl.Ljava_util_AbstractMapEntry_2_classLit = createForClass('java.util', 'AbstractMapEntry', 645, cggl.Ljava_lang_Object_2_classLit);
|
|
77767
77778
|
ju.$clinit_SortedMap = function $clinit_SortedMap(){
|
|
77768
77779
|
ju.$clinit_SortedMap = emptyMethod;
|
|
77769
77780
|
}
|
|
@@ -78225,8 +78236,8 @@ ju.$clinit_ArrayDeque$DescendingIteratorImpl = function $clinit_ArrayDeque$Desce
|
|
|
78225
78236
|
ju.$clinit_ArrayDeque$DescendingIteratorImpl = emptyMethod;
|
|
78226
78237
|
}
|
|
78227
78238
|
;
|
|
78228
|
-
defineClass(
|
|
78229
|
-
cggl.Ljava_util_ArrayDeque$DescendingIteratorImpl_2_classLit = createForClass('java.util', 'ArrayDeque/DescendingIteratorImpl',
|
|
78239
|
+
defineClass(1174, 1, {1:1, 49:1});
|
|
78240
|
+
cggl.Ljava_util_ArrayDeque$DescendingIteratorImpl_2_classLit = createForClass('java.util', 'ArrayDeque/DescendingIteratorImpl', 1174, cggl.Ljava_lang_Object_2_classLit);
|
|
78230
78241
|
ju.$clinit_ArrayDeque$IteratorImpl = function $clinit_ArrayDeque$IteratorImpl(){
|
|
78231
78242
|
ju.$clinit_ArrayDeque$IteratorImpl = emptyMethod;
|
|
78232
78243
|
jl.$clinit_Object();
|
|
@@ -79281,7 +79292,7 @@ ju.Comparators$ReverseNaturalOrderComparator = function Comparators$ReverseNatur
|
|
|
79281
79292
|
this.$init_659();
|
|
79282
79293
|
}
|
|
79283
79294
|
;
|
|
79284
|
-
defineClass(
|
|
79295
|
+
defineClass(642, 1, {4:1, 1:1, 50:1}, ju.Comparators$ReverseNaturalOrderComparator);
|
|
79285
79296
|
_.$init_659 = function $init_659(){
|
|
79286
79297
|
}
|
|
79287
79298
|
;
|
|
@@ -79297,7 +79308,7 @@ _.compare_8 = function compare_35(a, b){
|
|
|
79297
79308
|
return jl.compareTo_Ljava_lang_Object__I__devirtual$_0(castTo(ji2.checkNotNull_0(b), 10), ji2.checkNotNull_0(a));
|
|
79298
79309
|
}
|
|
79299
79310
|
;
|
|
79300
|
-
cggl.Ljava_util_Comparators$ReverseNaturalOrderComparator_2_classLit = createForClass('java.util', 'Comparators/ReverseNaturalOrderComparator',
|
|
79311
|
+
cggl.Ljava_util_Comparators$ReverseNaturalOrderComparator_2_classLit = createForClass('java.util', 'Comparators/ReverseNaturalOrderComparator', 642, cggl.Ljava_lang_Object_2_classLit);
|
|
79301
79312
|
ju.$clinit_Comparators$ReversedComparator = function $clinit_Comparators$ReversedComparator(){
|
|
79302
79313
|
ju.$clinit_Comparators$ReversedComparator = emptyMethod;
|
|
79303
79314
|
}
|
|
@@ -79425,7 +79436,7 @@ ju.InternalHashCodeMap = function InternalHashCodeMap(host){
|
|
|
79425
79436
|
this.host = host;
|
|
79426
79437
|
}
|
|
79427
79438
|
;
|
|
79428
|
-
defineClass(
|
|
79439
|
+
defineClass(647, 1, {1:1}, ju.InternalHashCodeMap);
|
|
79429
79440
|
_.$init_663 = function $init_663(){
|
|
79430
79441
|
this.backingMap = ju.newJsMap();
|
|
79431
79442
|
}
|
|
@@ -79518,7 +79529,7 @@ _.size_1 = function size_23(){
|
|
|
79518
79529
|
}
|
|
79519
79530
|
;
|
|
79520
79531
|
_.size_0 = 0;
|
|
79521
|
-
cggl.Ljava_util_InternalHashCodeMap_2_classLit = createForClass('java.util', 'InternalHashCodeMap',
|
|
79532
|
+
cggl.Ljava_util_InternalHashCodeMap_2_classLit = createForClass('java.util', 'InternalHashCodeMap', 647, cggl.Ljava_lang_Object_2_classLit);
|
|
79522
79533
|
ju.$clinit_InternalHashCodeMap$1 = function $clinit_InternalHashCodeMap$1(){
|
|
79523
79534
|
ju.$clinit_InternalHashCodeMap$1 = emptyMethod;
|
|
79524
79535
|
jl.$clinit_Object();
|
|
@@ -79532,7 +79543,7 @@ ju.InternalHashCodeMap$1 = function InternalHashCodeMap$1(this$0){
|
|
|
79532
79543
|
this.$init_664();
|
|
79533
79544
|
}
|
|
79534
79545
|
;
|
|
79535
|
-
defineClass(
|
|
79546
|
+
defineClass(648, 1, {1:1, 49:1}, ju.InternalHashCodeMap$1);
|
|
79536
79547
|
_.$init_664 = function $init_664(){
|
|
79537
79548
|
this.chains = this.this$01.backingMap.entries();
|
|
79538
79549
|
this.itemIndex = 0;
|
|
@@ -79575,7 +79586,7 @@ _.remove_4 = function remove_43(){
|
|
|
79575
79586
|
}
|
|
79576
79587
|
;
|
|
79577
79588
|
_.itemIndex = 0;
|
|
79578
|
-
cggl.Ljava_util_InternalHashCodeMap$1_2_classLit = createForClass('java.util', 'InternalHashCodeMap/1',
|
|
79589
|
+
cggl.Ljava_util_InternalHashCodeMap$1_2_classLit = createForClass('java.util', 'InternalHashCodeMap/1', 648, cggl.Ljava_lang_Object_2_classLit);
|
|
79579
79590
|
ju.$clinit_InternalJsMap = function $clinit_InternalJsMap(){
|
|
79580
79591
|
ju.$clinit_InternalJsMap = emptyMethod;
|
|
79581
79592
|
}
|
|
@@ -79757,7 +79768,7 @@ ju.toNullIfUndefined = function toNullIfUndefined(value_0){
|
|
|
79757
79768
|
return ji2.isUndefined(value_0)?null:value_0;
|
|
79758
79769
|
}
|
|
79759
79770
|
;
|
|
79760
|
-
defineClass(
|
|
79771
|
+
defineClass(643, 1, {1:1}, ju.InternalStringMap);
|
|
79761
79772
|
_.$init_665 = function $init_665(){
|
|
79762
79773
|
this.backingMap = ju.newJsMap();
|
|
79763
79774
|
}
|
|
@@ -79821,7 +79832,7 @@ _.size_1 = function size_24(){
|
|
|
79821
79832
|
;
|
|
79822
79833
|
_.size_0 = 0;
|
|
79823
79834
|
_.valueMod = 0;
|
|
79824
|
-
cggl.Ljava_util_InternalStringMap_2_classLit = createForClass('java.util', 'InternalStringMap',
|
|
79835
|
+
cggl.Ljava_util_InternalStringMap_2_classLit = createForClass('java.util', 'InternalStringMap', 643, cggl.Ljava_lang_Object_2_classLit);
|
|
79825
79836
|
ju.$clinit_InternalStringMap$1 = function $clinit_InternalStringMap$1(){
|
|
79826
79837
|
ju.$clinit_InternalStringMap$1 = emptyMethod;
|
|
79827
79838
|
jl.$clinit_Object();
|
|
@@ -79835,7 +79846,7 @@ ju.InternalStringMap$1 = function InternalStringMap$1(this$0){
|
|
|
79835
79846
|
this.$init_666();
|
|
79836
79847
|
}
|
|
79837
79848
|
;
|
|
79838
|
-
defineClass(
|
|
79849
|
+
defineClass(644, 1, {1:1, 49:1}, ju.InternalStringMap$1);
|
|
79839
79850
|
_.$init_666 = function $init_666(){
|
|
79840
79851
|
this.entries_0 = this.this$01.backingMap.entries();
|
|
79841
79852
|
this.current = this.entries_0.next();
|
|
@@ -79863,7 +79874,7 @@ _.remove_4 = function remove_45(){
|
|
|
79863
79874
|
this.this$01.remove_8(ju.$getKey(this.last));
|
|
79864
79875
|
}
|
|
79865
79876
|
;
|
|
79866
|
-
cggl.Ljava_util_InternalStringMap$1_2_classLit = createForClass('java.util', 'InternalStringMap/1',
|
|
79877
|
+
cggl.Ljava_util_InternalStringMap$1_2_classLit = createForClass('java.util', 'InternalStringMap/1', 644, cggl.Ljava_lang_Object_2_classLit);
|
|
79867
79878
|
ju.$clinit_InternalStringMap$2 = function $clinit_InternalStringMap$2(){
|
|
79868
79879
|
ju.$clinit_InternalStringMap$2 = emptyMethod;
|
|
79869
79880
|
ju.$clinit_AbstractMapEntry();
|
|
@@ -79878,7 +79889,7 @@ ju.InternalStringMap$2 = function InternalStringMap$2(this$0, val$entry, val$las
|
|
|
79878
79889
|
this.$init_667();
|
|
79879
79890
|
}
|
|
79880
79891
|
;
|
|
79881
|
-
defineClass(
|
|
79892
|
+
defineClass(646, 645, {1:1, 45:1}, ju.InternalStringMap$2);
|
|
79882
79893
|
_.$init_667 = function $init_667(){
|
|
79883
79894
|
}
|
|
79884
79895
|
;
|
|
@@ -79898,7 +79909,7 @@ _.setValue_3 = function setValue_5(object){
|
|
|
79898
79909
|
}
|
|
79899
79910
|
;
|
|
79900
79911
|
_.val$lastValueMod3 = 0;
|
|
79901
|
-
cggl.Ljava_util_InternalStringMap$2_2_classLit = createForClass('java.util', 'InternalStringMap/2',
|
|
79912
|
+
cggl.Ljava_util_InternalStringMap$2_2_classLit = createForClass('java.util', 'InternalStringMap/2', 646, cggl.Ljava_util_AbstractMapEntry_2_classLit);
|
|
79902
79913
|
ju.$clinit_Locale = function $clinit_Locale(){
|
|
79903
79914
|
ju.$clinit_Locale = emptyMethod;
|
|
79904
79915
|
jl.$clinit_Object();
|
|
@@ -85824,7 +85835,7 @@ _.getBestSecondChoice = function getBestSecondChoice(){
|
|
|
85824
85835
|
var index_0, ts;
|
|
85825
85836
|
if (this.mSecondChoiceList.size_1() == 0)
|
|
85826
85837
|
return null;
|
|
85827
|
-
index_0 = instanceOf(this,
|
|
85838
|
+
index_0 = instanceOf(this, 89)?castTo(this, 89).getRandom().nextInt_0(this.mSecondChoiceList.size_1()):0;
|
|
85828
85839
|
ts = castTo(this.mSecondChoiceList.get_3(index_0), 82);
|
|
85829
85840
|
this.mSecondChoiceList.remove_2(index_0);
|
|
85830
85841
|
return ts;
|
|
@@ -86064,7 +86075,7 @@ ooccg.TorsionSetStrategyRandom = function TorsionSetStrategyRandom(conformerGene
|
|
|
86064
86075
|
this.mRandom = eq(seed, 0)?new ju.Random:new ju.Random_0(seed);
|
|
86065
86076
|
}
|
|
86066
86077
|
;
|
|
86067
|
-
defineClass(
|
|
86078
|
+
defineClass(89, 331, {1:1, 89:1}, ooccg.TorsionSetStrategyRandom);
|
|
86068
86079
|
_.$init_722 = function $init_722(){
|
|
86069
86080
|
}
|
|
86070
86081
|
;
|
|
@@ -86104,7 +86115,7 @@ _.getRandom = function getRandom(){
|
|
|
86104
86115
|
;
|
|
86105
86116
|
_.mPreferLikelyTorsions = false;
|
|
86106
86117
|
ooccg.MAX_TRIES_FOR_NEW = 64;
|
|
86107
|
-
cggl.Lorg_openmolecules_chem_conf_gen_TorsionSetStrategyRandom_2_classLit = createForClass('org.openmolecules.chem.conf.gen', 'TorsionSetStrategyRandom',
|
|
86118
|
+
cggl.Lorg_openmolecules_chem_conf_gen_TorsionSetStrategyRandom_2_classLit = createForClass('org.openmolecules.chem.conf.gen', 'TorsionSetStrategyRandom', 89, cggl.Lorg_openmolecules_chem_conf_gen_TorsionSetStrategy_2_classLit);
|
|
86108
86119
|
ooccg.$clinit_TorsionSetStrategyAdaptiveRandom = function $clinit_TorsionSetStrategyAdaptiveRandom(){
|
|
86109
86120
|
ooccg.$clinit_TorsionSetStrategyAdaptiveRandom = emptyMethod;
|
|
86110
86121
|
ooccg.$clinit_TorsionSetStrategyRandom();
|
|
@@ -86117,7 +86128,7 @@ ooccg.TorsionSetStrategyAdaptiveRandom = function TorsionSetStrategyAdaptiveRand
|
|
|
86117
86128
|
this.mStartWithMostProbable = startWithMostProbable;
|
|
86118
86129
|
}
|
|
86119
86130
|
;
|
|
86120
|
-
defineClass(308,
|
|
86131
|
+
defineClass(308, 89, {1:1, 89:1}, ooccg.TorsionSetStrategyAdaptiveRandom);
|
|
86121
86132
|
_.$init_723 = function $init_723(){
|
|
86122
86133
|
}
|
|
86123
86134
|
;
|
|
@@ -86127,10 +86138,10 @@ _.createTorsionSet = function createTorsionSet_1(previousTorsionSet){
|
|
|
86127
86138
|
if (this.mStartWithMostProbable)
|
|
86128
86139
|
return this.createTorsionSet_0(initUnidimensionalArray(cggl.I_classLit, {6:1, 4:1, 1:1}, 5, this.mRotatableBond.length, 15, 1), initUnidimensionalArray(cggl.I_classLit, {6:1, 4:1, 1:1}, 5, this.mRigidFragment.length, 15, 1));
|
|
86129
86140
|
else
|
|
86130
|
-
return getClassPrototype(
|
|
86141
|
+
return getClassPrototype(89).createTorsionSet.call(this, null);
|
|
86131
86142
|
}
|
|
86132
86143
|
if (previousTorsionSet.getCollisionStrainSum() == 0)
|
|
86133
|
-
return getClassPrototype(
|
|
86144
|
+
return getClassPrototype(89).createTorsionSet.call(this, previousTorsionSet);
|
|
86134
86145
|
collisionIntensitySum = this.getBondAndFragmentCollisionIntensities(previousTorsionSet);
|
|
86135
86146
|
collidingTorsionIndex = previousTorsionSet.getTorsionIndexes();
|
|
86136
86147
|
collidingConformerIndex = previousTorsionSet.getConformerIndexes();
|
|
@@ -86155,7 +86166,7 @@ _.createTorsionSet = function createTorsionSet_1(previousTorsionSet){
|
|
|
86155
86166
|
index_0++;
|
|
86156
86167
|
}
|
|
86157
86168
|
if (collisionIntensitySum[collisionIntensitySum.length - 1] == 0)
|
|
86158
|
-
return getClassPrototype(
|
|
86169
|
+
return getClassPrototype(89).createTorsionSet.call(this, previousTorsionSet);
|
|
86159
86170
|
random = this.getRandom().nextDouble() * collisionIntensitySum[collisionIntensitySum.length - 1];
|
|
86160
86171
|
for (i = 0; i < collisionIntensitySum.length; i++) {
|
|
86161
86172
|
if (random < collisionIntensitySum[i]) {
|
|
@@ -86187,7 +86198,7 @@ _.createTorsionSet = function createTorsionSet_1(previousTorsionSet){
|
|
|
86187
86198
|
}
|
|
86188
86199
|
}
|
|
86189
86200
|
}
|
|
86190
|
-
return getClassPrototype(
|
|
86201
|
+
return getClassPrototype(89).createTorsionSet.call(this, previousTorsionSet);
|
|
86191
86202
|
}
|
|
86192
86203
|
;
|
|
86193
86204
|
_.mStartWithMostProbable = false;
|
|
@@ -88066,7 +88077,7 @@ ooccs.getLineFragmentAtoms = function getLineFragmentAtoms(seedAtom, mol){
|
|
|
88066
88077
|
return atomList;
|
|
88067
88078
|
}
|
|
88068
88079
|
;
|
|
88069
|
-
defineClass(
|
|
88080
|
+
defineClass(640, 47, {1:1, 47:1}, ooccs.StraightLineRule);
|
|
88070
88081
|
_.$init_732 = function $init_732(){
|
|
88071
88082
|
}
|
|
88072
88083
|
;
|
|
@@ -88178,7 +88189,7 @@ _.toString_0 = function toString_74(){
|
|
|
88178
88189
|
return sb.toString_0();
|
|
88179
88190
|
}
|
|
88180
88191
|
;
|
|
88181
|
-
cggl.Lorg_openmolecules_chem_conf_so_StraightLineRule_2_classLit = createForClass('org.openmolecules.chem.conf.so', 'StraightLineRule',
|
|
88192
|
+
cggl.Lorg_openmolecules_chem_conf_so_StraightLineRule_2_classLit = createForClass('org.openmolecules.chem.conf.so', 'StraightLineRule', 640, cggl.Lorg_openmolecules_chem_conf_so_ConformationRule_2_classLit);
|
|
88182
88193
|
ooccs.$clinit_TetrahedralStereoRule = function $clinit_TetrahedralStereoRule(){
|
|
88183
88194
|
ooccs.$clinit_TetrahedralStereoRule = emptyMethod;
|
|
88184
88195
|
ooccs.$clinit_ConformationRule();
|
|
@@ -88231,7 +88242,7 @@ ooccs.calculateRules_3 = function calculateRules_3(ruleList, mol){
|
|
|
88231
88242
|
}
|
|
88232
88243
|
}
|
|
88233
88244
|
;
|
|
88234
|
-
defineClass(
|
|
88245
|
+
defineClass(641, 47, {1:1, 47:1}, ooccs.TetrahedralStereoRule);
|
|
88235
88246
|
_.$init_733 = function $init_733(){
|
|
88236
88247
|
}
|
|
88237
88248
|
;
|
|
@@ -88455,7 +88466,7 @@ _.toString_0 = function toString_75(){
|
|
|
88455
88466
|
return sb.toString_0();
|
|
88456
88467
|
}
|
|
88457
88468
|
;
|
|
88458
|
-
cggl.Lorg_openmolecules_chem_conf_so_TetrahedralStereoRule_2_classLit = createForClass('org.openmolecules.chem.conf.so', 'TetrahedralStereoRule',
|
|
88469
|
+
cggl.Lorg_openmolecules_chem_conf_so_TetrahedralStereoRule_2_classLit = createForClass('org.openmolecules.chem.conf.so', 'TetrahedralStereoRule', 641, cggl.Lorg_openmolecules_chem_conf_so_ConformationRule_2_classLit);
|
|
88459
88470
|
ooccs.$clinit_TorsionRule = function $clinit_TorsionRule(){
|
|
88460
88471
|
ooccs.$clinit_TorsionRule = emptyMethod;
|
|
88461
88472
|
ooccs.$clinit_ConformationRule();
|
|
@@ -89205,7 +89216,7 @@ $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps
|
|
|
89205
89216
|
|
|
89206
89217
|
var toReturn = $wnd["OCL"];
|
|
89207
89218
|
|
|
89208
|
-
toReturn.version = '8.
|
|
89219
|
+
toReturn.version = '8.7.0';
|
|
89209
89220
|
|
|
89210
89221
|
return toReturn;
|
|
89211
89222
|
}
|