org.yecht
public class Node extends Object
| Field Summary | |
|---|---|
| String | anchor |
| Data | data |
| Object | id |
| KindTag | kind |
| Object | shortcut |
| String | type_id |
| Method Summary | |
|---|---|
| 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() |