Class ArgumentListTree


  • public class ArgumentListTree
    extends ParseTree
    • Field Detail

      • arguments

        public final com.google.common.collect.ImmutableList<ParseTree> arguments
      • hasTrailingComma

        public final boolean hasTrailingComma
      • commaPositions

        public final com.google.common.collect.ImmutableList<SourcePosition> commaPositions
    • Constructor Detail

      • ArgumentListTree

        public ArgumentListTree​(SourceRange location,
                                com.google.common.collect.ImmutableList<ParseTree> arguments,
                                boolean hasTrailingComma,
                                com.google.common.collect.ImmutableList<SourcePosition> commaPositions)