| 19 | | import java com.sun.fortress.nativeHelpers.{simplePrintln.nativePrintln as jPrintln} |
| 20 | | import java com.sun.fortress.nativeHelpers.{simplePrintZZ32.nativePrintZZ32 as jPrintlnZZ32} |
| 21 | | import java com.sun.fortress.nativeHelpers.{simpleConcatenate.nativeConcatenate as jConcatenate} |
| 22 | | import java com.sun.fortress.nativeHelpers.{simpleIntArith.intToString as jIntToString, |
| 23 | | simpleIntArith.intAdd as jIntAdd, |
| 24 | | simpleIntArith.intSub as jIntSub, |
| 25 | | simpleIntArith.intMul as jIntMul, |
| 26 | | simpleIntArith.intLT as jIntLT, |
| 27 | | simpleIntArith.intLE as jIntLE, |
| 28 | | simpleIntArith.intEQ as jIntEQ, |
| 29 | | simpleIntArith.intNeg as jIntNeg, |
| 30 | | simpleIntArith.parseInt as jParseInt} |
| | 19 | import java com.sun.fortress.nativeHelpers.{simplePrintln.nativePrintln => jPrintln} |
| | 20 | import java com.sun.fortress.nativeHelpers.{simplePrintZZ32.nativePrintZZ32 => jPrintlnZZ32} |
| | 21 | import java com.sun.fortress.nativeHelpers.{simpleConcatenate.nativeConcatenate => jConcatenate} |
| | 22 | import java com.sun.fortress.nativeHelpers.{simpleIntArith.intToString => jIntToString, |
| | 23 | simpleIntArith.intAdd => jIntAdd, |
| | 24 | simpleIntArith.intSub => jIntSub, |
| | 25 | simpleIntArith.intMul => jIntMul, |
| | 26 | simpleIntArith.intLT => jIntLT, |
| | 27 | simpleIntArith.intLE => jIntLE, |
| | 28 | simpleIntArith.intEQ => jIntEQ, |
| | 29 | simpleIntArith.intNeg => jIntNeg, |
| | 30 | simpleIntArith.parseInt => jParseInt} |