|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.BlockComment |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.JavadocComment |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.LineComment |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.LineComment |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.JavadocComment |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.BlockComment |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.JavadocComment |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifJavadocComment(action Consumer<JavadocComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.BlockComment |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Push Down Method public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Push Down Method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.Type to public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Push Down Method public ifWildcardType(action Consumer<WildcardType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void from class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifTypeParameter(action Consumer<TypeParameter>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifBlockComment(action Consumer<BlockComment>) : void from class com.github.javaparser.ast.comments.Comment to public ifLineComment(action Consumer<LineComment>) : void from class com.github.javaparser.ast.comments.LineComment |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Push Down Method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void from class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void from class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Push Down Method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void from class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void from class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Push Down Method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifReturnStmt(action Consumer<ReturnStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifUnaryExpr(action Consumer<UnaryExpr>) : void from class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Push Down Method public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifContinueStmt(action Consumer<ContinueStmt>) : void from class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Push Down Method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifUnionType(action Consumer<UnionType>) : void from class com.github.javaparser.ast.type.Type to public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBreakStmt(action Consumer<BreakStmt>) : void from class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifPrimitiveType(action Consumer<PrimitiveType>) : void from class com.github.javaparser.ast.type.Type to public ifArrayType(action Consumer<ArrayType>) : void from class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifEmptyStmt(action Consumer<EmptyStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void from class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void from class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Push Down Method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifThisExpr(action Consumer<ThisExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExpressionStmt(action Consumer<ExpressionStmt>) : void from class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifThrowStmt(action Consumer<ThrowStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifVoidType(action Consumer<VoidType>) : void from class com.github.javaparser.ast.type.Type to public ifIntersectionType(action Consumer<IntersectionType>) : void from class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Push Down Method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifWhileStmt(action Consumer<WhileStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifReferenceType(action Consumer<ReferenceType>) : void from class com.github.javaparser.ast.type.Type to public ifUnknownType(action Consumer<UnknownType>) : void from class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Push Down Method public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifDoStmt(action Consumer<DoStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifAssertStmt(action Consumer<AssertStmt>) : void from class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Push Down Method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void from class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Push Down Method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void from class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Push Down Method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void from class com.github.javaparser.ast.body.BodyDeclaration to public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void from class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifTryStmt(action Consumer<TryStmt>) : void from class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Push Down Method public ifSwitchStmt(action Consumer<SwitchStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifForStmt(action Consumer<ForStmt>) : void from class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Push Down Method public ifTypeExpr(action Consumer<TypeExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Push Down Method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifIfStmt(action Consumer<IfStmt>) : void from class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void from class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Push Down Method public ifForeachStmt(action Consumer<ForeachStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Push Down Method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void from class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLiteralExpr(action Consumer<LiteralExpr>) : void from class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Push Down Method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Push Down Method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifNameExpr(action Consumer<NameExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void from class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void from class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Push Down Method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Push Down Method public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifLabeledStmt(action Consumer<LabeledStmt>) : void from class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Push Down Method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifClassExpr(action Consumer<ClassExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSuperExpr(action Consumer<SuperExpr>) : void from class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void from class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Push Down Method public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifBlockStmt(action Consumer<BlockStmt>) : void from class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Push Down Method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void from class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Push Down Method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifAssignExpr(action Consumer<AssignExpr>) : void from class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Push Down Method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void from class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Push Down Method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void from class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Push Down Method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void from class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Push Down Method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void from class com.github.javaparser.ast.stmt.Statement to public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void from class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Push Down Method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Push Down Method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void from class com.github.javaparser.ast.modules.ModuleStmt to public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void from class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Push Down Method public ifLambdaExpr(action Consumer<LambdaExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifCastExpr(action Consumer<CastExpr>) : void from class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Push Down Method public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void from class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Push Down Method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void from class com.github.javaparser.ast.expr.Expression to public ifBinaryExpr(action Consumer<BinaryExpr>) : void from class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleExportsStmt> to action : Consumer<ModuleProvidesStmt> in method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void in class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleProvidesStmt> to action : Consumer<ModuleExportsStmt> in method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void in class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<ModuleExportsStmt> to action : Consumer<ModuleUsesStmt> in method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void in class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleExportsStmt> to action : Consumer<ModuleRequiresStmt> in method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void in class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleExportsStmt> to action : Consumer<ModuleOpensStmt> in method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void in class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ModuleOpensStmt> to action : Consumer<ModuleProvidesStmt> in method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void in class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<ModuleRequiresStmt> to action : Consumer<ModuleExportsStmt> in method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void in class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleProvidesStmt> to action : Consumer<ModuleOpensStmt> in method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void in class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleRequiresStmt> to action : Consumer<ModuleUsesStmt> in method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void in class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleOpensStmt> to action : Consumer<ModuleExportsStmt> in method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void in class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<JavadocComment> to action : Consumer<BlockComment> in method public ifBlockComment(action Consumer<BlockComment>) : void in class com.github.javaparser.ast.comments.BlockComment |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockComment> to action : Consumer<LineComment> in method public ifLineComment(action Consumer<LineComment>) : void in class com.github.javaparser.ast.comments.LineComment |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleOpensStmt> to action : Consumer<ModuleUsesStmt> in method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void in class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<JavadocComment> to action : Consumer<LineComment> in method public ifLineComment(action Consumer<LineComment>) : void in class com.github.javaparser.ast.comments.LineComment |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleUsesStmt> to action : Consumer<ModuleProvidesStmt> in method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void in class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ModuleOpensStmt> to action : Consumer<ModuleRequiresStmt> in method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void in class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<BlockComment> to action : Consumer<JavadocComment> in method public ifJavadocComment(action Consumer<JavadocComment>) : void in class com.github.javaparser.ast.comments.JavadocComment |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleProvidesStmt> to action : Consumer<ModuleUsesStmt> in method public ifModuleUsesStmt(action Consumer<ModuleUsesStmt>) : void in class com.github.javaparser.ast.modules.ModuleUsesStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConstructorDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<UnionType> in method public ifUnionType(action Consumer<UnionType>) : void in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ModuleProvidesStmt> to action : Consumer<ModuleRequiresStmt> in method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void in class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<TypeParameter> in method public ifTypeParameter(action Consumer<TypeParameter>) : void in class com.github.javaparser.ast.type.TypeParameter |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnionType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumConstantDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleRequiresStmt> to action : Consumer<ModuleProvidesStmt> in method public ifModuleProvidesStmt(action Consumer<ModuleProvidesStmt>) : void in class com.github.javaparser.ast.modules.ModuleProvidesStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<InitializerDeclaration> in method public ifInitializerDeclaration(action Consumer<InitializerDeclaration>) : void in class com.github.javaparser.ast.body.InitializerDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReferenceType> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ConditionalExpr> in method public ifConditionalExpr(action Consumer<ConditionalExpr>) : void in class com.github.javaparser.ast.expr.ConditionalExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<EnumConstantDeclaration> in method public ifEnumConstantDeclaration(action Consumer<EnumConstantDeclaration>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<EnclosedExpr> in method public ifEnclosedExpr(action Consumer<EnclosedExpr>) : void in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<ReturnStmt> in method public ifReturnStmt(action Consumer<ReturnStmt>) : void in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<CharLiteralExpr> in method public ifCharLiteralExpr(action Consumer<CharLiteralExpr>) : void in class com.github.javaparser.ast.expr.CharLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<CallableDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleUsesStmt> to action : Consumer<ModuleRequiresStmt> in method public ifModuleRequiresStmt(action Consumer<ModuleRequiresStmt>) : void in class com.github.javaparser.ast.modules.ModuleRequiresStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnknownType> to action : Consumer<ArrayType> in method public ifArrayType(action Consumer<ArrayType>) : void in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<AnnotationMemberDeclaration> in method public ifAnnotationMemberDeclaration(action Consumer<AnnotationMemberDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<LineComment> to action : Consumer<BlockComment> in method public ifBlockComment(action Consumer<BlockComment>) : void in class com.github.javaparser.ast.comments.BlockComment |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<ClassOrInterfaceType> in method public ifClassOrInterfaceType(action Consumer<ClassOrInterfaceType>) : void in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<IfStmt> in method public ifIfStmt(action Consumer<IfStmt>) : void in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExplicitConstructorInvocationStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeDeclaration> to action : Consumer<EnumDeclaration> in method public ifEnumDeclaration(action Consumer<EnumDeclaration>) : void in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ModuleRequiresStmt> to action : Consumer<ModuleOpensStmt> in method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void in class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Change Parameter Type action : Consumer<ForStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<MethodReferenceExpr> in method public ifMethodReferenceExpr(action Consumer<MethodReferenceExpr>) : void in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ForStmt> in method public ifForStmt(action Consumer<ForStmt>) : void in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoubleLiteralExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<ForeachStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ExplicitConstructorInvocationStmt> in method public ifExplicitConstructorInvocationStmt(action Consumer<ExplicitConstructorInvocationStmt>) : void in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<PrimitiveType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<WildcardType> to action : Consumer<IntersectionType> in method public ifIntersectionType(action Consumer<IntersectionType>) : void in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type action : Consumer<TryStmt> to action : Consumer<WhileStmt> in method public ifWhileStmt(action Consumer<WhileStmt>) : void in class com.github.javaparser.ast.stmt.WhileStmt |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<AssertStmt> in method public ifAssertStmt(action Consumer<AssertStmt>) : void in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<WhileStmt> to action : Consumer<LabeledStmt> in method public ifLabeledStmt(action Consumer<LabeledStmt>) : void in class com.github.javaparser.ast.stmt.LabeledStmt |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ArrayAccessExpr> in method public ifArrayAccessExpr(action Consumer<ArrayAccessExpr>) : void in class com.github.javaparser.ast.expr.ArrayAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<SuperExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<InitializerDeclaration> to action : Consumer<ConstructorDeclaration> in method public ifConstructorDeclaration(action Consumer<ConstructorDeclaration>) : void in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ObjectCreationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<LambdaExpr> in method public ifLambdaExpr(action Consumer<LambdaExpr>) : void in class com.github.javaparser.ast.expr.LambdaExpr |
From |
To |
|
Change Parameter Type action : Consumer<BooleanLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<LiteralStringValueExpr> in method public ifLiteralStringValueExpr(action Consumer<LiteralStringValueExpr>) : void in class com.github.javaparser.ast.expr.LiteralStringValueExpr |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<AnnotationExpr> in method public ifAnnotationExpr(action Consumer<AnnotationExpr>) : void in class com.github.javaparser.ast.expr.AnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BinaryExpr> to action : Consumer<UnaryExpr> in method public ifUnaryExpr(action Consumer<UnaryExpr>) : void in class com.github.javaparser.ast.expr.UnaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleUsesStmt> to action : Consumer<ModuleOpensStmt> in method public ifModuleOpensStmt(action Consumer<ModuleOpensStmt>) : void in class com.github.javaparser.ast.modules.ModuleOpensStmt |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThrowStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayCreationExpr> to action : Consumer<AssignExpr> in method public ifAssignExpr(action Consumer<AssignExpr>) : void in class com.github.javaparser.ast.expr.AssignExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationMemberDeclaration> to action : Consumer<CallableDeclaration> in method public ifCallableDeclaration(action Consumer<CallableDeclaration>) : void in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<VoidType> to action : Consumer<ReferenceType> in method public ifReferenceType(action Consumer<ReferenceType>) : void in class com.github.javaparser.ast.type.ReferenceType |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<EmptyStmt> in method public ifEmptyStmt(action Consumer<EmptyStmt>) : void in class com.github.javaparser.ast.stmt.EmptyStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<ClassOrInterfaceDeclaration> in method public ifClassOrInterfaceDeclaration(action Consumer<ClassOrInterfaceDeclaration>) : void in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<VariableDeclarationExpr> to action : Consumer<NameExpr> in method public ifNameExpr(action Consumer<NameExpr>) : void in class com.github.javaparser.ast.expr.NameExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ExpressionStmt> to action : Consumer<ForeachStmt> in method public ifForeachStmt(action Consumer<ForeachStmt>) : void in class com.github.javaparser.ast.stmt.ForeachStmt |
From |
To |
|
Change Parameter Type action : Consumer<MarkerAnnotationExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<FieldDeclaration> to action : Consumer<AnnotationDeclaration> in method public ifAnnotationDeclaration(action Consumer<AnnotationDeclaration>) : void in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<SwitchEntryStmt> in method public ifSwitchEntryStmt(action Consumer<SwitchEntryStmt>) : void in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Parameter Type action : Consumer<SingleMemberAnnotationExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<WildcardType> in method public ifWildcardType(action Consumer<WildcardType>) : void in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<IfStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<InstanceOfExpr> in method public ifInstanceOfExpr(action Consumer<InstanceOfExpr>) : void in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type action : Consumer<StringLiteralExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<DoubleLiteralExpr> in method public ifDoubleLiteralExpr(action Consumer<DoubleLiteralExpr>) : void in class com.github.javaparser.ast.expr.DoubleLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<NullLiteralExpr> in method public ifNullLiteralExpr(action Consumer<NullLiteralExpr>) : void in class com.github.javaparser.ast.expr.NullLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<SynchronizedStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<FieldAccessExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<SwitchEntryStmt> to action : Consumer<BlockStmt> in method public ifBlockStmt(action Consumer<BlockStmt>) : void in class com.github.javaparser.ast.stmt.BlockStmt |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<MethodDeclaration> in method public ifMethodDeclaration(action Consumer<MethodDeclaration>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<DoStmt> to action : Consumer<UnparsableStmt> in method public ifUnparsableStmt(action Consumer<UnparsableStmt>) : void in class com.github.javaparser.ast.stmt.UnparsableStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<TryStmt> in method public ifTryStmt(action Consumer<TryStmt>) : void in class com.github.javaparser.ast.stmt.TryStmt |
From |
To |
|
Change Parameter Type action : Consumer<LongLiteralExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<BooleanLiteralExpr> in method public ifBooleanLiteralExpr(action Consumer<BooleanLiteralExpr>) : void in class com.github.javaparser.ast.expr.BooleanLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnclosedExpr> to action : Consumer<ObjectCreationExpr> in method public ifObjectCreationExpr(action Consumer<ObjectCreationExpr>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<EmptyStmt> to action : Consumer<ExpressionStmt> in method public ifExpressionStmt(action Consumer<ExpressionStmt>) : void in class com.github.javaparser.ast.stmt.ExpressionStmt |
From |
To |
|
Change Parameter Type action : Consumer<ContinueStmt> to action : Consumer<ThrowStmt> in method public ifThrowStmt(action Consumer<ThrowStmt>) : void in class com.github.javaparser.ast.stmt.ThrowStmt |
From |
To |
|
Change Parameter Type action : Consumer<LineComment> to action : Consumer<JavadocComment> in method public ifJavadocComment(action Consumer<JavadocComment>) : void in class com.github.javaparser.ast.comments.JavadocComment |
From |
To |
|
Change Parameter Type action : Consumer<UnaryExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<TypeParameter> to action : Consumer<VoidType> in method public ifVoidType(action Consumer<VoidType>) : void in class com.github.javaparser.ast.type.VoidType |
From |
To |
|
Change Parameter Type action : Consumer<CastExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<MethodReferenceExpr> to action : Consumer<IntegerLiteralExpr> in method public ifIntegerLiteralExpr(action Consumer<IntegerLiteralExpr>) : void in class com.github.javaparser.ast.expr.IntegerLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralExpr> to action : Consumer<MarkerAnnotationExpr> in method public ifMarkerAnnotationExpr(action Consumer<MarkerAnnotationExpr>) : void in class com.github.javaparser.ast.expr.MarkerAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<BlockStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<PrimitiveType> in method public ifPrimitiveType(action Consumer<PrimitiveType>) : void in class com.github.javaparser.ast.type.PrimitiveType |
From |
To |
|
Change Parameter Type action : Consumer<LocalClassDeclarationStmt> to action : Consumer<DoStmt> in method public ifDoStmt(action Consumer<DoStmt>) : void in class com.github.javaparser.ast.stmt.DoStmt |
From |
To |
|
Change Parameter Type action : Consumer<LambdaExpr> to action : Consumer<LongLiteralExpr> in method public ifLongLiteralExpr(action Consumer<LongLiteralExpr>) : void in class com.github.javaparser.ast.expr.LongLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassExpr> to action : Consumer<LiteralExpr> in method public ifLiteralExpr(action Consumer<LiteralExpr>) : void in class com.github.javaparser.ast.expr.LiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<BreakStmt> to action : Consumer<LocalClassDeclarationStmt> in method public ifLocalClassDeclarationStmt(action Consumer<LocalClassDeclarationStmt>) : void in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt |
From |
To |
|
Change Parameter Type action : Consumer<ThisExpr> to action : Consumer<StringLiteralExpr> in method public ifStringLiteralExpr(action Consumer<StringLiteralExpr>) : void in class com.github.javaparser.ast.expr.StringLiteralExpr |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<SingleMemberAnnotationExpr> in method public ifSingleMemberAnnotationExpr(action Consumer<SingleMemberAnnotationExpr>) : void in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<AssertStmt> to action : Consumer<BreakStmt> in method public ifBreakStmt(action Consumer<BreakStmt>) : void in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Parameter Type action : Consumer<CharLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<EnumDeclaration> to action : Consumer<FieldDeclaration> in method public ifFieldDeclaration(action Consumer<FieldDeclaration>) : void in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ArrayAccessExpr> to action : Consumer<FieldAccessExpr> in method public ifFieldAccessExpr(action Consumer<FieldAccessExpr>) : void in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type action : Consumer<InstanceOfExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<ClassOrInterfaceDeclaration> to action : Consumer<TypeDeclaration> in method public ifTypeDeclaration(action Consumer<TypeDeclaration>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type action : Consumer<ConditionalExpr> to action : Consumer<SuperExpr> in method public ifSuperExpr(action Consumer<SuperExpr>) : void in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Parameter Type action : Consumer<ModuleUsesStmt> to action : Consumer<ModuleExportsStmt> in method public ifModuleExportsStmt(action Consumer<ModuleExportsStmt>) : void in class com.github.javaparser.ast.modules.ModuleExportsStmt |
From |
To |
|
Change Parameter Type action : Consumer<ReturnStmt> to action : Consumer<ContinueStmt> in method public ifContinueStmt(action Consumer<ContinueStmt>) : void in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<NormalAnnotationExpr> in method public ifNormalAnnotationExpr(action Consumer<NormalAnnotationExpr>) : void in class com.github.javaparser.ast.expr.NormalAnnotationExpr |
From |
To |
|
Change Parameter Type action : Consumer<LabeledStmt> to action : Consumer<SynchronizedStmt> in method public ifSynchronizedStmt(action Consumer<SynchronizedStmt>) : void in class com.github.javaparser.ast.stmt.SynchronizedStmt |
From |
To |
|
Change Parameter Type action : Consumer<ArrayInitializerExpr> to action : Consumer<BinaryExpr> in method public ifBinaryExpr(action Consumer<BinaryExpr>) : void in class com.github.javaparser.ast.expr.BinaryExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<ArrayInitializerExpr> in method public ifArrayInitializerExpr(action Consumer<ArrayInitializerExpr>) : void in class com.github.javaparser.ast.expr.ArrayInitializerExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntegerLiteralExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<LiteralStringValueExpr> to action : Consumer<ArrayCreationExpr> in method public ifArrayCreationExpr(action Consumer<ArrayCreationExpr>) : void in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NormalAnnotationExpr> to action : Consumer<VariableDeclarationExpr> in method public ifVariableDeclarationExpr(action Consumer<VariableDeclarationExpr>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type action : Consumer<NameExpr> to action : Consumer<ThisExpr> in method public ifThisExpr(action Consumer<ThisExpr>) : void in class com.github.javaparser.ast.expr.ThisExpr |
From |
To |
|
Change Parameter Type action : Consumer<UnparsableStmt> to action : Consumer<SwitchStmt> in method public ifSwitchStmt(action Consumer<SwitchStmt>) : void in class com.github.javaparser.ast.stmt.SwitchStmt |
From |
To |
|
Change Parameter Type action : Consumer<AssignExpr> to action : Consumer<CastExpr> in method public ifCastExpr(action Consumer<CastExpr>) : void in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type action : Consumer<MethodCallExpr> to action : Consumer<TypeExpr> in method public ifTypeExpr(action Consumer<TypeExpr>) : void in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type action : Consumer<NullLiteralExpr> to action : Consumer<ClassExpr> in method public ifClassExpr(action Consumer<ClassExpr>) : void in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type action : Consumer<AnnotationExpr> to action : Consumer<MethodCallExpr> in method public ifMethodCallExpr(action Consumer<MethodCallExpr>) : void in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type action : Consumer<IntersectionType> to action : Consumer<UnknownType> in method public ifUnknownType(action Consumer<UnknownType>) : void in class com.github.javaparser.ast.type.UnknownType |
From |
To |