net.sourceforge.pmd.lang.java.ast
Class ASTLiteralTest

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.ParserTst
      extended by net.sourceforge.pmd.lang.java.ast.ASTLiteralTest

public class ASTLiteralTest
extends ParserTst


Constructor Summary
ASTLiteralTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testIsCharLiteral()
           
 void testIsFloatDoubleLiteral()
           
 void testIsFloatFloatLiteral()
           
 void testIsIntIntLiteral()
           
 void testIsIntLongLiteral()
           
 void testIsNotStringLiteral()
           
 void testIsStringLiteral()
           
 
Methods inherited from class net.sourceforge.pmd.lang.java.ParserTst
buildDFA, dumpNodes, getNodes, getNodes, getOrderedNodes, parseJava, parseJava13, parseJava14, parseJava15, parseJava17, parseJava18
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTLiteralTest

public ASTLiteralTest()
Method Detail

testIsStringLiteral

public void testIsStringLiteral()
                         throws Throwable
Throws:
Throwable

testIsNotStringLiteral

public void testIsNotStringLiteral()
                            throws Throwable
Throws:
Throwable

testIsIntIntLiteral

public void testIsIntIntLiteral()
                         throws Throwable
Throws:
Throwable

testIsIntLongLiteral

public void testIsIntLongLiteral()
                          throws Throwable
Throws:
Throwable

testIsFloatFloatLiteral

public void testIsFloatFloatLiteral()
                             throws Throwable
Throws:
Throwable

testIsFloatDoubleLiteral

public void testIsFloatDoubleLiteral()
                              throws Throwable
Throws:
Throwable

testIsCharLiteral

public void testIsCharLiteral()
                       throws Throwable
Throws:
Throwable

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.