Uses of Class
org.yecht.Node
-
Packages that use Node Package Description org.yecht -
-
Uses of Node in org.yecht
Methods in org.yecht that return Node Modifier and Type Method Description Node
Parser. addAnchor(String a, Node n)
static Node
Node. allocMap()
Node
KindTag. allocNode()
static Node
Node. allocSeq()
static Node
Node. allocStr()
Node
Parser. getAnchor(String a)
Node
BadAnchorHandler.Default. handle(Parser p, String anchor)
Node
BadAnchorHandler. handle(Parser p, String anchor)
static Node
Node. newMap(Object key, Object value)
static Node
Node. newSeq(Object value)
static Node
Node. newStr(Pointer str, int len, ScalarStyle style)
static Node
DefaultYAMLParser. NULL_NODE(Parser parser)
Methods in org.yecht with parameters of type Node Modifier and Type Method Description Node
Parser. addAnchor(String a, Node n)
Object
Parser. addNode(Node n)
static void
Parser. addTransfer(String uri, Node n, boolean taguri)
static void
DefaultYAMLParser. applySeqInMap(Parser parser, Node n)
Object
BytecodeNodeHandler. handle(Parser p, Node n)
Object
NodeHandler. handle(Parser p, Node n)
Object
NullNodeHandler. handle(Parser p, Node n)
void
Node. mapUpdate(Node map2)
static boolean
Parser. tryImplicit(Node n)
static void
ImplicitScanner2. tryTagImplicit(Node n, boolean taguri)
-