com.google.gwt.dev.jjs.test .CoverageTest CoverageTest public class CoverageTest extends CoverageBase (Code) This test is intended to exercise as many code paths and node types as
possible in the Java to JavaScript compiler. This test is not at all intended
to execute correctly.
Inner Class :public class Inner extends Super
Inner Class :public static class Super
Field Summary public static doubled public static floatf public static inti public static int[]ia public static int[][]iaa public static int[][][]iaaa final public Inner inner final public static int j public static longl public CoverageTest next public static Object o public static String s public static CoverageTest singleton public intx final public int y public static booleanz
ia public static int[] ia(Code)
iaa public static int[][] iaa(Code)
iaaa public static int[][][] iaaa(Code)
inner final public Inner inner (Code)
j final public static int j (Code)
z public static boolean z(Code)
CoverageTest public CoverageTest()(Code)
betterNotEval public static boolean betterNotEval()(Code)
sfoo protected static void sfoo()(Code)
testAllocationExpression public void testAllocationExpression()(Code)
testAndAndExpression public void testAndAndExpression()(Code)
testArrayAllocationExpression public void testArrayAllocationExpression()(Code)
testArrayInitializer public void testArrayInitializer()(Code)
testArrayReference public void testArrayReference()(Code)
testAssertStatement public void testAssertStatement()(Code)
testAssignment public void testAssignment()(Code)
testBinaryExpression public void testBinaryExpression()(Code)
testBreakContinueLabelStatement public void testBreakContinueLabelStatement()(Code)
testCaseSwitchStatement public void testCaseSwitchStatement()(Code)
testCastExpression public void testCastExpression()(Code)
testCharLiteral public void testCharLiteral()(Code)
testClassLiteralAccess public void testClassLiteralAccess()(Code)
testCompoundAssignment public void testCompoundAssignment()(Code)
testConditionalExpression public void testConditionalExpression()(Code)
testDoStatement public void testDoStatement()(Code)
testEmptyStatement public void testEmptyStatement()(Code)
testEqualExpression public void testEqualExpression()(Code)
testForStatement public void testForStatement()(Code)
testForeachStatement public void testForeachStatement()(Code)
testIfStatement public void testIfStatement()(Code)
testInstanceOfExpression public void testInstanceOfExpression()(Code)
testLiterals public void testLiterals()(Code)
testOrOrExpression public void testOrOrExpression()(Code)
testPostfixExpression public void testPostfixExpression()(Code)
testPrefixExpression public void testPrefixExpression()(Code)
testQualifiedAllocationExpression public void testQualifiedAllocationExpression()(Code)
testQualifiedNameReference public void testQualifiedNameReference()(Code)
testReferenceCalls public void testReferenceCalls()(Code)
testReferences public void testReferences()(Code)
testReturnStatement public void testReturnStatement()(Code)
testSynchronizedStatement public void testSynchronizedStatement()(Code)
testTryCatchFinallyThrowStatement public void testTryCatchFinallyThrowStatement()(Code)
testUnaryExpression public void testUnaryExpression()(Code)
testWhileStatement public void testWhileStatement()(Code)