Rerun of JJTree for Access Flags.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@120 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
David Dixon-Peugh
2002-06-28 16:41:39 +00:00
parent 6348f8711b
commit 9bca17a38a
3 changed files with 2 additions and 5 deletions

View File

@ -6,9 +6,6 @@ import java.util.List;
import java.util.ArrayList;
public class ASTMethodDeclaration extends AccessNode {
protected List modifiers = new ArrayList();
public ASTMethodDeclaration(int id) {
super(id);
}

View File

@ -1,4 +1,4 @@
/* Generated By:JJTree: Do not edit this line. C:/data/pmd/pmd/src/net/sourceforge/pmd/ast\JavaParserTreeConstants.java */
/* Generated By:JJTree: Do not edit this line. /home/dpeugh/projects/pmd/src/net/sourceforge/pmd/ast/JavaParserTreeConstants.java */
package net.sourceforge.pmd.ast;

View File

@ -1,4 +1,4 @@
/* Generated By:JJTree: Do not edit this line. C:/data/pmd/pmd/src/net/sourceforge/pmd/ast\JavaParserVisitor.java */
/* Generated By:JJTree: Do not edit this line. /home/dpeugh/projects/pmd/src/net/sourceforge/pmd/ast/JavaParserVisitor.java */
package net.sourceforge.pmd.ast;