ImmutableEncodedElement |
ImmutableEncodedElement.withAnnotations(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withAnnotations(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withCode(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of code.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withCode(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of code.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withDoc(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of doc.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withDoc(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of doc.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withName(java.lang.String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withNaming(Naming value) |
Copy the current immutable object by setting a value for the naming attribute.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withParams(java.lang.Iterable<? extends EncodedElement.Param> elements) |
Copy the current immutable object with elements that replace the content of params.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withParams(EncodedElement.Param... elements) |
Copy the current immutable object with elements that replace the content of params.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withStandardNaming(StandardNaming value) |
Copy the current immutable object by setting a value for the standardNaming attribute.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withTags(java.lang.Iterable<EncodedElement.Tag> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withTags(EncodedElement.Tag... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withThrown(java.lang.Iterable<? extends Type> elements) |
Copy the current immutable object with elements that replace the content of thrown.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withThrown(Type... elements) |
Copy the current immutable object with elements that replace the content of thrown.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withType(Type value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withTypeParameters(Type.Parameters value) |
Copy the current immutable object by setting a value for the typeParameters attribute.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withTypeParams(java.lang.Iterable<? extends EncodedElement.TypeParam> elements) |
Copy the current immutable object with elements that replace the content of typeParams.
|
ImmutableEncodedElement |
ImmutableEncodedElement.withTypeParams(EncodedElement.TypeParam... elements) |
Copy the current immutable object with elements that replace the content of typeParams.
|