Class InternalPrefixUnaryExpression

All Implemented Interfaces:
ExpressionTree, Tree, UnaryExpressionTree

public class InternalPrefixUnaryExpression extends InternalUnaryExpression
  • Constructor Details

  • Method Details

    • children

      public List<Tree> children()
      Description copied from class: JavaTree
      Creates iterable for children of this node. Note that iterable may contain null elements.
      Specified by:
      children in class JavaTree