net.sourceforge.pmd.lang.java.ast
Class ClassDeclTest
java.lang.Object
net.sourceforge.pmd.lang.java.ParserTst
net.sourceforge.pmd.lang.java.ast.ClassDeclTest
public class ClassDeclTest
- extends ParserTst
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 |
ClassDeclTest
public ClassDeclTest()
testPublic
public void testPublic()
throws Throwable
- Throws:
Throwable
testAbstract
public void testAbstract()
throws Throwable
- Throws:
Throwable
testFinal
public void testFinal()
throws Throwable
- Throws:
Throwable
testStrict
public void testStrict()
throws Throwable
- Throws:
Throwable
testPublicFinal
public void testPublicFinal()
throws Throwable
- Throws:
Throwable
verifyFlags
public void verifyFlags(ASTClassOrInterfaceDeclaration acd,
boolean bPublic,
boolean bAbstract,
boolean bFinal,
boolean bStrict)
getClassDecl
public ASTClassOrInterfaceDeclaration getClassDecl(String[] access)
throws Throwable
- Throws:
Throwable
suite
public static junit.framework.Test suite()
Copyright © 2002–2015 InfoEther. All rights reserved.