Modifier and Type | Method and Description |
---|---|
OuterList |
Parser.parseList()
Implementation of "Parsing a List"
|
static OuterList |
Parser.parseList(String input)
Implementation of "Parsing a List" (assuming no extra characters left in
input string)
|
static OuterList |
OuterList.valueOf(List<ListElement<? extends Object>> value)
Creates an
OuterList instance representing the specified
List<Item> value. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.