forked from phoedos/pmd
[scala] Move AST nodes to n.s.p.lang.scala.ast
* Also make ScalaTreeBuilder and AbstractScalaNode package private
This commit is contained in:
parent
20c7d7f421
commit
24d030cc69
@ -16,8 +16,7 @@ import net.sourceforge.pmd.lang.ParserOptions;
|
||||
import net.sourceforge.pmd.lang.TokenManager;
|
||||
import net.sourceforge.pmd.lang.ast.Node;
|
||||
import net.sourceforge.pmd.lang.ast.ParseException;
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaTreeBuilder;
|
||||
import net.sourceforge.pmd.lang.scala.ast.nodes.ASTSource;
|
||||
import net.sourceforge.pmd.lang.scala.ast.ASTSource;
|
||||
|
||||
import scala.meta.Dialect;
|
||||
import scala.meta.Source;
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Case;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Ctor;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Ctor;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Decl;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Decl;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Decl;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Decl;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Defn;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Enumerator;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Enumerator;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Enumerator;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Import;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Importee;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Importee;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Importee;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Importee;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Importer;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Init;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Lit;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Lit;
|
||||
|
@ -2,9 +2,7 @@
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.scala.ast.nodes;
|
||||
|
||||
import net.sourceforge.pmd.lang.scala.ast.ScalaParserVisitor;
|
||||
package net.sourceforge.pmd.lang.scala.ast;
|
||||
|
||||
import scala.meta.Lit;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user