Package org.yecht
Class Node
java.lang.Object
org.yecht.Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Node
allocMap()
static Node
allocSeq()
static Node
allocStr()
void
void
long
mapCount()
void
mapEmpty()
void
static Node
static Node
static Node
newStr
(Pointer str, int len, ScalarStyle style) void
replaceStr
(Pointer str, int len, ScalarStyle style) void
void
int
seqCount()
void
seqEmpty()
seqRead
(int idx) void
strRead()
toString()
-
Field Details
-
id
-
kind
-
type_id
-
anchor
-
data
-
shortcut
-
-
Constructor Details
-
Node
Node()
-
-
Method Details
-
toString
-
replaceStr
-
strBlowAwayCommas
public void strBlowAwayCommas() -
strRead
-
mapEmpty
public void mapEmpty() -
mapAdd
-
mapUpdate
-
mapCount
public long mapCount() -
mapAssign
-
mapRead
-
seqEmpty
public void seqEmpty() -
seqAdd
-
seqCount
public int seqCount() -
seqAssign
-
seqRead
-
allocMap
-
allocSeq
-
allocStr
-
newStr
-
newMap
-
newSeq
-