Interface CodeGenNodeArg.Builder

  • Method Details

    • name

      The name of the argument or property.

      Parameters:
      name - The name of the argument or property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the argument or property.

      Parameters:
      value - The value of the argument or property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • param

      True if the value is used as a parameter.

      Parameters:
      param - True if the value is used as a parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.