Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.InstofExpression
Packages that use ExpressionFactory.InstofExpression
-
Uses of ExpressionFactory.InstofExpression in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory.InstofExpressionModifier and TypeMethodDescriptionvoid
ASMByteCodeVisitor.postInstofExpression
(ExpressionFactory.InstofExpression arg) void
NopVisitor.postInstofExpression
(ExpressionFactory.InstofExpression arg) void
SourceExpressionVisitor.postInstofExpression
(ExpressionFactory.InstofExpression arg) void
TreeWalker.postInstofExpression
(ExpressionFactory.InstofExpression arg) boolean
ASMByteCodeVisitor.preInstofExpression
(ExpressionFactory.InstofExpression arg) boolean
NopVisitor.preInstofExpression
(ExpressionFactory.InstofExpression arg) boolean
SourceExpressionVisitor.preInstofExpression
(ExpressionFactory.InstofExpression arg) boolean
TreeWalker.preInstofExpression
(ExpressionFactory.InstofExpression arg) void
TreeWalker.visitInstofExpression
(ExpressionFactory.InstofExpression arg) void
Visitor.visitInstofExpression
(ExpressionFactory.InstofExpression arg)