Initializers
| Name | Type | Description |
|---|
Methods
| Name | Description |
|---|---|
addEscape | No description. |
addIntrinsic | Adds an intrinsic fragment. |
addLiteral | Adds a literal fragment. |
addToken | Adds a token fragment. |
concat | No description. |
join | Combine the string fragments using the given joiner. |
mapTokens | Apply a transformation function to all tokens in the string. |
addEscape
kindRequired
- Type: java.lang.String
addIntrinsic
valueRequired
- Type: java.lang.Object
addLiteral
litRequired
- Type: java.lang.Object
addToken
tokenRequired
- Type: IResolvable
concat
otherRequired
- Type: TokenizedStringFragments
join
concatRequired
- Type: IFragmentConcatenator
mapTokens
contextRequired
- Type: IResolveContext
Properties
| Name | Type | Description |
|---|---|---|
escapes | java.util.List<IResolvable> | Return all escape fragments from this string. |
firstValue | java.lang.Object | Returns the first value. |
intrinsic | java.util.List<IResolvable> | Return all intrinsic fragments from this string. |
length | java.lang.Number | Returns the number of fragments. |
literals | java.util.List<IResolvable> | Return all literals from this string. |
tokens | java.util.List<IResolvable> | Return all Tokens from this string. |
firstToken | IResolvable | Returns the first token. |
escapesRequired
- Type: java.util.List<IResolvable>
firstValueRequired
- Type: java.lang.Object
intrinsicRequired
- Type: java.util.List<IResolvable>
lengthRequired
- Type: java.lang.Number
literalsRequired
- Type: java.util.List<IResolvable>
tokensRequired
- Type: java.util.List<IResolvable>
firstTokenOptional
- Type: IResolvable