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

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

public class ASTVariableDeclaratorIdTest
extends ParserTst


Constructor Summary
ASTVariableDeclaratorIdTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAnnotations()
           
 void testIsExceptionBlockParameter()
           
 void testLambdaWithoutType()
           
 void testLambdaWithType()
           
 void testTypeNameNode()
           
 
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

ASTVariableDeclaratorIdTest

public ASTVariableDeclaratorIdTest()
Method Detail

testIsExceptionBlockParameter

public void testIsExceptionBlockParameter()

testTypeNameNode

public void testTypeNameNode()
                      throws Throwable
Throws:
Throwable

testAnnotations

public void testAnnotations()
                     throws Throwable
Throws:
Throwable

testLambdaWithType

public void testLambdaWithType()
                        throws Exception
Throws:
Exception

testLambdaWithoutType

public void testLambdaWithoutType()
                           throws Exception
Throws:
Exception

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.