|
Pull Up Method public getThrownExceptions() : NodeList<ReferenceType> from class com.github.javaparser.ast.body.MethodDeclaration to public getThrownExceptions() : NodeList<ReferenceType> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getDeclarationAsString(includingModifiers boolean, includingThrows boolean) : String from class com.github.javaparser.ast.body.ConstructorDeclaration to public getDeclarationAsString(includingModifiers boolean, includingThrows boolean) : String from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getDeclarationAsString() : String from class com.github.javaparser.ast.body.MethodDeclaration to public getDeclarationAsString() : String from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getParameters() : NodeList<Parameter> from class com.github.javaparser.ast.body.MethodDeclaration to public getParameters() : NodeList<Parameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getName() : SimpleName from class com.github.javaparser.ast.body.MethodDeclaration to public getName() : SimpleName from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getName() : SimpleName from class com.github.javaparser.ast.body.ConstructorDeclaration to public getName() : SimpleName from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.ConstructorDeclaration to public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getDeclarationAsString(includingModifiers boolean, includingThrows boolean) : String from class com.github.javaparser.ast.body.MethodDeclaration to public getDeclarationAsString(includingModifiers boolean, includingThrows boolean) : String from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getNodeLists() : List<NodeList<?>> from class com.github.javaparser.ast.body.MethodDeclaration to public getNodeLists() : List<NodeList<?>> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getTypeParameters() : NodeList<TypeParameter> from class com.github.javaparser.ast.body.MethodDeclaration to public getTypeParameters() : NodeList<TypeParameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getTypeParameters() : NodeList<TypeParameter> from class com.github.javaparser.ast.body.ConstructorDeclaration to public getTypeParameters() : NodeList<TypeParameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getDeclarationAsString() : String from class com.github.javaparser.ast.body.ConstructorDeclaration to public getDeclarationAsString() : String from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getNodeLists() : List<NodeList<?>> from class com.github.javaparser.ast.body.ConstructorDeclaration to public getNodeLists() : List<NodeList<?>> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getParameters() : NodeList<Parameter> from class com.github.javaparser.ast.body.ConstructorDeclaration to public getParameters() : NodeList<Parameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getThrownExceptions() : NodeList<ReferenceType> from class com.github.javaparser.ast.body.ConstructorDeclaration to public getThrownExceptions() : NodeList<ReferenceType> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Method public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.MethodDeclaration to public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private parameters : NodeList<Parameter> from class com.github.javaparser.ast.body.MethodDeclaration to protected parameters : NodeList<Parameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private body : BlockStmt from class com.github.javaparser.ast.body.ConstructorDeclaration to protected body : BlockStmt from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private typeParameters : NodeList<TypeParameter> from class com.github.javaparser.ast.body.MethodDeclaration to protected typeParameters : NodeList<TypeParameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private typeParameters : NodeList<TypeParameter> from class com.github.javaparser.ast.body.ConstructorDeclaration to protected typeParameters : NodeList<TypeParameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.MethodDeclaration to protected modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.ConstructorDeclaration to protected modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private body : BlockStmt from class com.github.javaparser.ast.body.MethodDeclaration to protected body : BlockStmt from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private parameters : NodeList<Parameter> from class com.github.javaparser.ast.body.ConstructorDeclaration to protected parameters : NodeList<Parameter> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private thrownExceptions : NodeList<ReferenceType> from class com.github.javaparser.ast.body.ConstructorDeclaration to protected thrownExceptions : NodeList<ReferenceType> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private name : SimpleName from class com.github.javaparser.ast.body.MethodDeclaration to protected name : SimpleName from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private name : SimpleName from class com.github.javaparser.ast.body.ConstructorDeclaration to protected name : SimpleName from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Pull Up Attribute private thrownExceptions : NodeList<ReferenceType> from class com.github.javaparser.ast.body.MethodDeclaration to protected thrownExceptions : NodeList<ReferenceType> from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |