Modifier and Type | Field and Description |
---|---|
String |
anchor |
Data |
data |
Object |
id |
KindTag |
kind |
Object |
shortcut |
String |
type_id |
Modifier and Type | Method and Description |
---|---|
static Node |
allocMap() |
static Node |
allocSeq() |
static Node |
allocStr() |
void |
mapAdd(Object key,
Object value) |
void |
mapAssign(MapPart p,
int idx,
Object id) |
long |
mapCount() |
void |
mapEmpty() |
Object |
mapRead(MapPart p,
int idx) |
void |
mapUpdate(Node map2) |
static Node |
newMap(Object key,
Object value) |
static Node |
newSeq(Object value) |
static Node |
newStr(Pointer str,
int len,
ScalarStyle style) |
void |
replaceStr(Pointer str,
int len,
ScalarStyle style) |
void |
seqAdd(Object value) |
void |
seqAssign(int idx,
Object id) |
int |
seqCount() |
void |
seqEmpty() |
Object |
seqRead(int idx) |
void |
strBlowAwayCommas() |
Pointer |
strRead() |
String |
toString() |
public Object id
public KindTag kind
public String type_id
public String anchor
public Data data
public Object shortcut
public void replaceStr(Pointer str, int len, ScalarStyle style)
public void strBlowAwayCommas()
public Pointer strRead()
public void mapEmpty()
public void mapUpdate(Node map2)
public long mapCount()
public void seqEmpty()
public void seqAdd(Object value)
public int seqCount()
public void seqAssign(int idx, Object id)
public Object seqRead(int idx)
public static Node allocMap()
public static Node allocSeq()
public static Node allocStr()
public static Node newStr(Pointer str, int len, ScalarStyle style)
Copyright © 2023. All rights reserved.