Class ControlCallExpr

java.lang.Object
com.google.refine.grel.ast.ControlCallExpr
All Implemented Interfaces:
Evaluable

public class ControlCallExpr extends Object implements Evaluable
An abstract syntax tree node encapsulating a control call, such as "if".
  • Field Details

    • _args

      protected final Evaluable[] _args
    • _control

      protected final Control _control
  • Constructor Details

  • Method Details