Class ImmutableTrees.ForStatement.Builder

  • Enclosing class:
    ImmutableTrees.ForStatement

    @NotThreadSafe
    public static final class ImmutableTrees.ForStatement.Builder
    extends java.lang.Object
    Builds instances of type ForStatement. Initialize attributes and then invoke the build() method to create an immutable instance.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Field Detail

      • OPT_BIT_USE_FOR_ACCESS

        private static final long OPT_BIT_USE_FOR_ACCESS
        See Also:
        Constant Field Values
      • optBits

        private long optBits
      • parts

        private com.google.common.collect.ImmutableList.Builder<Trees.TemplatePart> parts
      • useForAccess

        private boolean useForAccess
      • useDelimit

        private boolean useDelimit
    • Constructor Detail

      • Builder

        private Builder()