![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Build a MalleableString in a manner analogous to the way we build Strings. More...
Public Member Functions | |
| Builder | append (MalleableString... possibilities) |
| Append something that can be represented as any of the given possibilities. | |
| Builder | append (Object... content) |
| Append something that can be represented as any of the given possibilities. | |
| Builder | append (String... content) |
| Append something that can be represented as any of the given possibilities. | |
| MalleableString | get () |
| Append something that can be represented as any of the given possibilities. | |
| Builder | prepend (MalleableString... possibilities) |
| Prepend something that can be represented as any of the given possibilities. | |
Package Functions | |
| private< T > Builder | insert (Function< T, ? extends MalleableString > toMalleableString, Function< T[], ? extends MalleableString > multiplePossibilitiesRepresenter, T[] possibilities, Consumer< MalleableString > addToComponents) |
| Append something that can be represented as any of the given possibilities. | |
Build a MalleableString in a manner analogous to the way we build Strings.
| Builder org.lflang.ast.MalleableString.Builder.append | ( | MalleableString... | possibilities | ) |
Append something that can be represented as any of the given possibilities.
| Builder org.lflang.ast.MalleableString.Builder.append | ( | Object... | content | ) |
Append something that can be represented as any of the given possibilities.
| Builder org.lflang.ast.MalleableString.Builder.append | ( | String... | content | ) |
Append something that can be represented as any of the given possibilities.
| MalleableString org.lflang.ast.MalleableString.Builder.get | ( | ) |
Append something that can be represented as any of the given possibilities.
|
package |
Append something that can be represented as any of the given possibilities.
| Builder org.lflang.ast.MalleableString.Builder.prepend | ( | MalleableString... | possibilities | ) |
Prepend something that can be represented as any of the given possibilities.