Modifier and Type | Interface and Description |
---|---|
interface |
Item<T>
Marker interface for Items.
|
interface |
ListElement<T>
Marker interface for things that can be elements of Outer Lists.
|
interface |
NumberItem<T>
Common interface for all
Type s that can carry numbers. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanItem
Represents a Boolean.
|
class |
ByteSequenceItem
Represents a Byte Sequence.
|
class |
DecimalItem
Represents a Decimal.
|
class |
InnerList
Represents an Inner List.
|
class |
IntegerItem
Represents an Integer.
|
class |
StringItem
Represents a String.
|
class |
TokenItem
Represents a Token.
|
Modifier and Type | Method and Description |
---|---|
static Parametrizable<? extends Object> |
Parser.parseItemOrInnerList(String input)
Implementation of "Parsing an Item Or Inner List" (assuming no extra
characters left in input string)
|
Parametrizable<T> |
Parametrizable.withParams(Parameters params)
Given an existing
Item , return a new instance with the specified
Parameters . |
Copyright © 2021 The Apache Software Foundation. All rights reserved.