Uses of Class
org.jd.core.v1.model.javasyntax.expression.TypeReferenceDotClassExpression
Packages that use TypeReferenceDotClassExpression
Package
Description
-
Uses of TypeReferenceDotClassExpression in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type TypeReferenceDotClassExpressionModifier and TypeMethodDescriptionvoid
AbstractJavaSyntaxVisitor.visit
(TypeReferenceDotClassExpression expression) -
Uses of TypeReferenceDotClassExpression in org.jd.core.v1.model.javasyntax.expression
Methods in org.jd.core.v1.model.javasyntax.expression with parameters of type TypeReferenceDotClassExpressionModifier and TypeMethodDescriptionvoid
AbstractNopExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) void
ExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) -
Uses of TypeReferenceDotClassExpression in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type TypeReferenceDotClassExpressionModifier and TypeMethodDescriptionvoid
AbstractUpdateExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) void
AddCastExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) void
DeclaredSyntheticLocalVariableVisitor.visit
(TypeReferenceDotClassExpression expression) void
SearchFirstLineNumberVisitor.visit
(TypeReferenceDotClassExpression expression) void
UpdateIntegerConstantTypeVisitor.visit
(TypeReferenceDotClassExpression expression) -
Uses of TypeReferenceDotClassExpression in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type TypeReferenceDotClassExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.HexaExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) void
ExpressionVisitor.visit
(TypeReferenceDotClassExpression expression) void
SearchImportsVisitor.visit
(TypeReferenceDotClassExpression expression) void
SingleLineStatementVisitor.visit
(TypeReferenceDotClassExpression expression)