Interface LeafExpr

  • All Known Implementing Classes:
    ConstantExpr, LocalExpr

    public interface LeafExpr
    An expression that can appear as a leaf node in a Tree. Essentially, LeafExpr can not have child expressions.
    See Also:
    ConstantExpr, LocalExpr