Interface Expression.OutputSink

Enclosing class:
Expression

public static interface Expression.OutputSink
  • Method Details

    • capture

      void capture(FlowValue node, Expression expr, ExpressionContext ctx)
    • decorate

      void decorate(org.objectweb.asm.tree.AbstractInsnNode insn, String key, Object value)
    • decorateInjectorSpecific

      void decorateInjectorSpecific(org.objectweb.asm.tree.AbstractInsnNode insn, String key, Object value)
    • reportMatchStatus

      default void reportMatchStatus(FlowValue node, Expression expr, boolean matched)
    • reportPartialMatch

      default void reportPartialMatch(FlowValue node, Expression expr)