| Modifier and Type | Method and Description |
|---|---|
TsonElementList |
TsonListContainer.body() |
TsonElementList |
TsonAnnotation.params() |
TsonElementList |
TsonParametrizedElement.params() |
| Modifier and Type | Class and Description |
|---|---|
class |
TsonElementListImpl |
| Modifier and Type | Method and Description |
|---|---|
TsonElementList |
TsonArrayImpl.body() |
TsonElementList |
TsonObjectImpl.body() |
TsonElementList |
TsonElementDecorator.AsObject.body() |
TsonElementList |
TsonElementDecorator.AsUplet.body() |
TsonElementList |
TsonElementDecorator.AsArray.body() |
TsonElementList |
TsonUpletImpl.body() |
TsonElementList |
TsonArrayImpl.params() |
TsonElementList |
TsonAnnotationImpl.params() |
TsonElementList |
TsonMatrixImpl.params() |
TsonElementList |
TsonObjectImpl.params() |
TsonElementList |
TsonElementDecorator.AsObject.params() |
TsonElementList |
TsonElementDecorator.AsUplet.params() |
TsonElementList |
TsonElementDecorator.AsArray.params() |
TsonElementList |
TsonElementDecorator.AsMatrix.params() |
TsonElementList |
TsonUpletImpl.params() |
| Constructor and Description |
|---|
TsonArrayImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
TsonMatrixImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonArray> rows) |
TsonObjectImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
static TsonElementList |
TsonUtils.elementsListBaseOrNull(List<TsonElementBase> all) |
static TsonElementList |
TsonUtils.elementsListOrNull(List<TsonElement> all) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TsonUtils.compareElementsArray(TsonElementList a1,
TsonElementList a2) |
static TsonArray |
TsonUtils.toArray(TsonElementList elements) |
Copyright © 2025 vpc open source initiative. All rights reserved.