|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitor |
From |
To |
|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |
|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitor |
From |
To |
|
Change Parameter Type n1 : TypeImportOnDemandDeclaration to n1 : ImportDeclaration in method public visit(n1 ImportDeclaration, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Parameter Type n : TypeImportOnDemandDeclaration to n : ImportDeclaration in method public visit(n ImportDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Parameter Type _n : TypeImportOnDemandDeclaration to _n : ImportDeclaration in method public visit(_n ImportDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |