Package | Description |
---|---|
org.yecht |
Modifier and Type | Method and 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.handle(Parser p,
String anchor) |
Node |
BadAnchorHandler.Default.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) |
Modifier and Type | Method and 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 |
NodeHandler.handle(Parser p,
Node n) |
Object |
BytecodeNodeHandler.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) |
Copyright © 2020. All rights reserved.