Uses of Class
org.jd.core.v1.model.javasyntax.expression.NewExpression
Packages that use NewExpression
Package
Description
-
Uses of NewExpression in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type NewExpression -
Uses of NewExpression in org.jd.core.v1.model.javasyntax.expression
Methods in org.jd.core.v1.model.javasyntax.expression with parameters of type NewExpressionModifier and TypeMethodDescriptionvoid
AbstractNopExpressionVisitor.visit
(NewExpression expression) void
ExpressionVisitor.visit
(NewExpression expression) -
Uses of NewExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression
-
Uses of NewExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type parameters of type NewExpressionModifier and TypeFieldDescriptionprotected HashMap
<NewExpression, AbstractLocalVariable> Frame.newExpressions
-
Uses of NewExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type NewExpressionModifier and TypeMethodDescriptionvoid
TypeParametersToTypeArgumentsBinder.BindVisitor.visit
(NewExpression expression) -
Uses of NewExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type NewExpressionModifier and TypeFieldDescriptionprotected HashSet
<NewExpression> InitInnerClassVisitor.UpdateNewExpressionVisitor.newExpressions
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type NewExpressionModifier and TypeMethodDescriptionvoid
AbstractUpdateExpressionVisitor.visit
(NewExpression expression) void
AddCastExpressionVisitor.visit
(NewExpression expression) void
DeclaredSyntheticLocalVariableVisitor.visit
(NewExpression expression) void
InitEnumVisitor.visit
(NewExpression expression) void
InitInnerClassVisitor.UpdateFieldReferencesVisitor.visit
(NewExpression expression) void
InitInnerClassVisitor.UpdateNewExpressionVisitor.visit
(NewExpression expression) void
InitInstanceFieldVisitor.visit
(NewExpression expression) void
SearchFirstLineNumberVisitor.visit
(NewExpression expression) void
UpdateIntegerConstantTypeVisitor.visit
(NewExpression expression) -
Uses of NewExpression in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type NewExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.HexaExpressionVisitor.visit
(NewExpression expression) void
ExpressionVisitor.visit
(NewExpression expression) void
SearchImportsVisitor.visit
(NewExpression expression) void
SingleLineStatementVisitor.visit
(NewExpression expression)