Class Node
java.lang.Object
org.yecht.Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeallocMap()static NodeallocSeq()static NodeallocStr()voidvoidlongmapCount()voidmapEmpty()voidstatic Nodestatic Nodestatic NodenewStr(Pointer str, int len, ScalarStyle style) voidreplaceStr(Pointer str, int len, ScalarStyle style) voidvoidintseqCount()voidseqEmpty()seqRead(int idx) voidstrRead()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
-