Interface IVMLWriter.EmitFilter

Enclosing class:
IVMLWriter

public static interface IVMLWriter.EmitFilter
Controls emitting variables and their values.
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the given variable with the given value shall be emitted.
  • Method Details

    • test

      boolean test(AbstractVariable var, Value val)
      Returns whether the given variable with the given value shall be emitted.
      Parameters:
      var - the variable
      val - the value of the variable
      Returns:
      true for emit, false else