Interface PostfixExpressionTree

  • All Superinterfaces:
    ExpressionTree, Tree

    public interface PostfixExpressionTree
    extends ExpressionTree
    An expression followed by parentheses surrounding one or more other expressions: this can be a call to a function (e.g. %len(num1)) or an indexed access to a data structure (e.g. ds1.subfield(x)).