ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withAnnotations(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withAnnotations(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withBlock(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of block.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withBlock(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of block.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withDefinitions(java.lang.Iterable<? extends Structurizer.Statement> elements) |
Copy the current immutable object with elements that replace the content of definitions.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withDefinitions(Structurizer.Statement... elements) |
Copy the current immutable object with elements that replace the content of definitions.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withExpression(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of expression.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withExpression(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of expression.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withName(com.google.common.base.Optional<java.lang.String> value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withParameters(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of parameters.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withParameters(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of parameters.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withSignature(java.lang.Iterable<? extends Code.Term> elements) |
Copy the current immutable object with elements that replace the content of signature.
|
ImmutableStructurizer.Statement |
ImmutableStructurizer.Statement.withSignature(Code.Term... elements) |
Copy the current immutable object with elements that replace the content of signature.
|