protected static class SimpleTsonParserVisitor.PartialElementContext extends SimpleTsonParserVisitor.StackContext
| Modifier and Type | Field and Description |
|---|---|
List<TsonAnnotation> |
annotations |
ArrayList<TsonElement> |
array |
TsonComments |
comments |
TsonElement |
element |
String |
name |
ArrayList<TsonElement> |
object |
ArrayList<TsonElement> |
params |
| Modifier | Constructor and Description |
|---|---|
protected |
PartialElementContext() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TsonElement> |
params() |
boolean |
paramsEmpty() |
addToListContextValue, addToMapContextValue, addToSetContextValue, getContextValue, setContextValuepublic TsonElement element
public String name
public ArrayList<TsonElement> params
public ArrayList<TsonElement> array
public ArrayList<TsonElement> object
public TsonComments comments
public List<TsonAnnotation> annotations
public boolean paramsEmpty()
public ArrayList<TsonElement> params()
Copyright © 2024 vpc open source initiative. All rights reserved.