net.sourceforge.pmd.lang.java.ast
Class FieldDeclTest
java.lang.Object
net.sourceforge.pmd.lang.java.ParserTst
net.sourceforge.pmd.lang.java.ast.FieldDeclTest
public class FieldDeclTest
- 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 |
FieldDeclTest
public FieldDeclTest()
makeAccessJavaCode
public String makeAccessJavaCode(String[] access)
getFieldDecl
public ASTFieldDeclaration getFieldDecl(String[] access)
throws Throwable
- Throws:
Throwable
testPublic
public void testPublic()
throws Throwable
- Throws:
Throwable
testProtected
public void testProtected()
throws Throwable
- Throws:
Throwable
testPrivate
public void testPrivate()
throws Throwable
- Throws:
Throwable
testStatic
public void testStatic()
throws Throwable
- Throws:
Throwable
testFinal
public void testFinal()
throws Throwable
- Throws:
Throwable
testTransient
public void testTransient()
throws Throwable
- Throws:
Throwable
testVolatile
public void testVolatile()
throws Throwable
- Throws:
Throwable
suite
public static junit.framework.Test suite()
Copyright © 2002–2015 InfoEther. All rights reserved.