Class ArgumentListTree

java.lang.Object
com.google.javascript.jscomp.parsing.parser.trees.ParseTree
com.google.javascript.jscomp.parsing.parser.trees.ArgumentListTree

public class ArgumentListTree extends ParseTree
  • Field Details

    • 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 Details

    • ArgumentListTree

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