Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ArrayLengthExpression
Packages that use ExpressionFactory.ArrayLengthExpression
-
Uses of ExpressionFactory.ArrayLengthExpression in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ExpressionFactory.ArrayLengthExpressionModifier and TypeMethodDescriptionstatic EmitterFactory.EmitterEmitterFactory.makeEmitter(ExpressionFactory.ArrayLengthExpression expr) voidASMByteCodeVisitor.postArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) voidNopVisitor.postArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) voidSourceExpressionVisitor.postArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) voidTreeWalker.postArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) booleanASMByteCodeVisitor.preArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) booleanNopVisitor.preArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) booleanSourceExpressionVisitor.preArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) booleanTreeWalker.preArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) voidTreeWalker.visitArrayLengthExpression(ExpressionFactory.ArrayLengthExpression arg) void