|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TagElement to other : TagElement in method public TagElement(other TagElement) in class com.google.devtools.j2objc.ast.TagElement |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ParenthesizedExpression to other : ParenthesizedExpression in method public ParenthesizedExpression(other ParenthesizedExpression) in class com.google.devtools.j2objc.ast.ParenthesizedExpression |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TypeMethodReference to other : TypeMethodReference in method public TypeMethodReference(other TypeMethodReference) in class com.google.devtools.j2objc.ast.TypeMethodReference |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TryStatement to other : TryStatement in method public TryStatement(other TryStatement) in class com.google.devtools.j2objc.ast.TryStatement |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ReturnStatement to other : ReturnStatement in method public ReturnStatement(other ReturnStatement) in class com.google.devtools.j2objc.ast.ReturnStatement |
From |
To |
|
Change Parameter Type jdtOperator : PostfixExpression.Operator to newOp : String in method public parse(newOp String) : Operator in class com.google.devtools.j2objc.ast.PrefixExpression.Operator |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ThisExpression to other : ThisExpression in method public ThisExpression(other ThisExpression) in class com.google.devtools.j2objc.ast.ThisExpression |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.SuperMethodReference to other : SuperMethodReference in method public SuperMethodReference(other SuperMethodReference) in class com.google.devtools.j2objc.ast.SuperMethodReference |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.MethodReference to other : MethodReference in method public MethodReference(other MethodReference) in class com.google.devtools.j2objc.ast.MethodReference |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.Type to other : Type in method public Type(other Type) in class com.google.devtools.j2objc.ast.Type |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ParameterizedType to other : ParameterizedType in method public ParameterizedType(other ParameterizedType) in class com.google.devtools.j2objc.ast.ParameterizedType |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.SynchronizedStatement to other : SynchronizedStatement in method public SynchronizedStatement(other SynchronizedStatement) in class com.google.devtools.j2objc.ast.SynchronizedStatement |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TextElement to other : TextElement in method public TextElement(other TextElement) in class com.google.devtools.j2objc.ast.TextElement |
From |
To |
|
Change Parameter Type var : IVariableBinding to var : VariableElement in method public PostfixExpression(var VariableElement, op Operator) in class com.google.devtools.j2objc.ast.PostfixExpression |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.LambdaExpression to other : LambdaExpression in method public LambdaExpression(other LambdaExpression) in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.PrefixExpression to other : PrefixExpression in method public PrefixExpression(other PrefixExpression) in class com.google.devtools.j2objc.ast.PrefixExpression |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TypeLiteral to other : TypeLiteral in method public TypeLiteral(other TypeLiteral) in class com.google.devtools.j2objc.ast.TypeLiteral |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.CreationReference to other : CreationReference in method public CreationReference(other CreationReference) in class com.google.devtools.j2objc.ast.CreationReference |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.TypeDeclarationStatement to other : TypeDeclarationStatement in method public TypeDeclarationStatement(other TypeDeclarationStatement) in class com.google.devtools.j2objc.ast.TypeDeclarationStatement |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.SwitchCase to other : SwitchCase in method public SwitchCase(other SwitchCase) in class com.google.devtools.j2objc.ast.SwitchCase |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.UnionType to other : UnionType in method public UnionType(other UnionType) in class com.google.devtools.j2objc.ast.UnionType |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.StringLiteral to other : StringLiteral in method public StringLiteral(other StringLiteral) in class com.google.devtools.j2objc.ast.StringLiteral |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ThrowStatement to other : ThrowStatement in method public ThrowStatement(other ThrowStatement) in class com.google.devtools.j2objc.ast.ThrowStatement |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.PostfixExpression to other : PostfixExpression in method public PostfixExpression(other PostfixExpression) in class com.google.devtools.j2objc.ast.PostfixExpression |
From |
To |
|
Change Parameter Type jdtOperator : PrefixExpression.Operator to op : String in method public parse(op String) : Operator in class com.google.devtools.j2objc.ast.PostfixExpression.Operator |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.ExpressionMethodReference to other : ExpressionMethodReference in method public ExpressionMethodReference(other ExpressionMethodReference) in class com.google.devtools.j2objc.ast.ExpressionMethodReference |
From |
To |
|
Change Parameter Type jdtNode : org.eclipse.jdt.core.dom.SwitchStatement to other : SwitchStatement in method public SwitchStatement(other SwitchStatement) in class com.google.devtools.j2objc.ast.SwitchStatement |
From |
To |
|
Change Return Type void to MethodReference in method public setInvocation(invocation Statement) : MethodReference in class com.google.devtools.j2objc.ast.MethodReference |
From |
To |
|
Change Return Type void to PostfixExpression in method public setOperand(newOperand Expression) : PostfixExpression in class com.google.devtools.j2objc.ast.PostfixExpression |
From |
To |
|
Change Return Type void to LambdaExpression in method public setBody(newBody TreeNode) : LambdaExpression in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Change Return Type void to PrefixExpression in method public setOperand(newOperand Expression) : PrefixExpression in class com.google.devtools.j2objc.ast.PrefixExpression |
From |
To |
|
Change Return Type void to TagElement in method public setTagName(tagName String) : TagElement in class com.google.devtools.j2objc.ast.TagElement |
From |
To |
|
Change Return Type void to ParenthesizedExpression in method public setExpression(newExpression Expression) : ParenthesizedExpression in class com.google.devtools.j2objc.ast.ParenthesizedExpression |
From |
To |
|
Change Return Type void to SynchronizedStatement in method public setExpression(newExpression Expression) : SynchronizedStatement in class com.google.devtools.j2objc.ast.SynchronizedStatement |
From |
To |
|
Change Return Type void to LambdaExpression in method public setUniqueName(newUniqueName String) : LambdaExpression in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Change Return Type void to ExpressionMethodReference in method public setExpression(newExpression Expression) : ExpressionMethodReference in class com.google.devtools.j2objc.ast.ExpressionMethodReference |
From |
To |
|
Change Return Type void to LambdaExpression in method public setTypeMirror(t TypeMirror) : LambdaExpression in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Change Return Type void to ReturnStatement in method public setExpression(newExpression Expression) : ReturnStatement in class com.google.devtools.j2objc.ast.ReturnStatement |
From |
To |
|
Change Return Type void to ExpressionMethodReference in method public setName(newName SimpleName) : ExpressionMethodReference in class com.google.devtools.j2objc.ast.ExpressionMethodReference |
From |
To |
|
Change Return Type void to SwitchCase in method public setExpression(newExpression Expression) : SwitchCase in class com.google.devtools.j2objc.ast.SwitchCase |
From |
To |
|
Change Return Type void to ThisExpression in method public setQualifier(newQualifier Name) : ThisExpression in class com.google.devtools.j2objc.ast.ThisExpression |
From |
To |
|
Change Return Type void to SynchronizedStatement in method public setBody(newBody Block) : SynchronizedStatement in class com.google.devtools.j2objc.ast.SynchronizedStatement |
From |
To |
|
Change Return Type void to LambdaExpression in method public setIsCapturing(isCapturing boolean) : LambdaExpression in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Change Return Type void to SwitchStatement in method public setExpression(newExpression Expression) : SwitchStatement in class com.google.devtools.j2objc.ast.SwitchStatement |
From |
To |
|
Rename Parameter jdtNode : SynchronizedStatement to other : SynchronizedStatement in method public SynchronizedStatement(other SynchronizedStatement) in class com.google.devtools.j2objc.ast.SynchronizedStatement |
From |
To |
|
Rename Parameter jdtNode : ReturnStatement to other : ReturnStatement in method public ReturnStatement(other ReturnStatement) in class com.google.devtools.j2objc.ast.ReturnStatement |
From |
To |
|
Rename Parameter jdtOperator : PostfixExpression.Operator to newOp : String in method public parse(newOp String) : Operator in class com.google.devtools.j2objc.ast.PrefixExpression.Operator |
From |
To |
|
Rename Parameter jdtNode : TagElement to other : TagElement in method public TagElement(other TagElement) in class com.google.devtools.j2objc.ast.TagElement |
From |
To |
|
Rename Parameter jdtNode : TypeLiteral to other : TypeLiteral in method public TypeLiteral(other TypeLiteral) in class com.google.devtools.j2objc.ast.TypeLiteral |
From |
To |
|
Rename Parameter jdtNode : ExpressionMethodReference to other : ExpressionMethodReference in method public ExpressionMethodReference(other ExpressionMethodReference) in class com.google.devtools.j2objc.ast.ExpressionMethodReference |
From |
To |
|
Rename Parameter jdtNode : MethodReference to other : MethodReference in method public MethodReference(other MethodReference) in class com.google.devtools.j2objc.ast.MethodReference |
From |
To |
|
Rename Parameter jdtOperator : PrefixExpression.Operator to op : String in method public parse(op String) : Operator in class com.google.devtools.j2objc.ast.PostfixExpression.Operator |
From |
To |
|
Rename Parameter jdtNode : ThrowStatement to other : ThrowStatement in method public ThrowStatement(other ThrowStatement) in class com.google.devtools.j2objc.ast.ThrowStatement |
From |
To |
|
Rename Parameter jdtNode : StringLiteral to other : StringLiteral in method public StringLiteral(other StringLiteral) in class com.google.devtools.j2objc.ast.StringLiteral |
From |
To |
|
Rename Parameter jdtNode : TryStatement to other : TryStatement in method public TryStatement(other TryStatement) in class com.google.devtools.j2objc.ast.TryStatement |
From |
To |
|
Rename Parameter jdtNode : LambdaExpression to other : LambdaExpression in method public LambdaExpression(other LambdaExpression) in class com.google.devtools.j2objc.ast.LambdaExpression |
From |
To |
|
Rename Parameter jdtNode : PrefixExpression to other : PrefixExpression in method public PrefixExpression(other PrefixExpression) in class com.google.devtools.j2objc.ast.PrefixExpression |
From |
To |
|
Rename Parameter jdtNode : TypeDeclarationStatement to other : TypeDeclarationStatement in method public TypeDeclarationStatement(other TypeDeclarationStatement) in class com.google.devtools.j2objc.ast.TypeDeclarationStatement |
From |
To |
|
Rename Parameter jdtNode : TypeMethodReference to other : TypeMethodReference in method public TypeMethodReference(other TypeMethodReference) in class com.google.devtools.j2objc.ast.TypeMethodReference |
From |
To |
|
Rename Parameter jdtNode : ParameterizedType to other : ParameterizedType in method public ParameterizedType(other ParameterizedType) in class com.google.devtools.j2objc.ast.ParameterizedType |
From |
To |
|
Rename Parameter jdtNode : SuperMethodReference to other : SuperMethodReference in method public SuperMethodReference(other SuperMethodReference) in class com.google.devtools.j2objc.ast.SuperMethodReference |
From |
To |
|
Rename Parameter jdtNode : Type to other : Type in method public Type(other Type) in class com.google.devtools.j2objc.ast.Type |
From |
To |
|
Rename Parameter jdtNode : SwitchCase to other : SwitchCase in method public SwitchCase(other SwitchCase) in class com.google.devtools.j2objc.ast.SwitchCase |
From |
To |
|
Rename Parameter jdtNode : ThisExpression to other : ThisExpression in method public ThisExpression(other ThisExpression) in class com.google.devtools.j2objc.ast.ThisExpression |
From |
To |
|
Rename Parameter jdtNode : CreationReference to other : CreationReference in method public CreationReference(other CreationReference) in class com.google.devtools.j2objc.ast.CreationReference |
From |
To |
|
Rename Parameter jdtNode : UnionType to other : UnionType in method public UnionType(other UnionType) in class com.google.devtools.j2objc.ast.UnionType |
From |
To |
|
Rename Parameter jdtNode : TextElement to other : TextElement in method public TextElement(other TextElement) in class com.google.devtools.j2objc.ast.TextElement |
From |
To |
|
Rename Parameter jdtNode : SwitchStatement to other : SwitchStatement in method public SwitchStatement(other SwitchStatement) in class com.google.devtools.j2objc.ast.SwitchStatement |
From |
To |
|
Rename Parameter jdtNode : ParenthesizedExpression to other : ParenthesizedExpression in method public ParenthesizedExpression(other ParenthesizedExpression) in class com.google.devtools.j2objc.ast.ParenthesizedExpression |
From |
To |
|
Rename Parameter jdtNode : PostfixExpression to other : PostfixExpression in method public PostfixExpression(other PostfixExpression) in class com.google.devtools.j2objc.ast.PostfixExpression |
From |
To |