Searched refs:toNode (Results 1 – 3 of 3) sorted by relevance
35 val toNode = lazyNodeTo() in resolve() constant36 if (fromNode != null && toNode != null) { in resolve()37 fromNode.addReferenceTo(toNode, kind) in resolve()54 fun link(fromSignature: String, toNode: DocumentationNode, kind: RefKind) { in link()55 … references.add(PendingDocumentationReference({ -> nodeMap[fromSignature]}, { -> toNode}, kind)) in link()
93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
176 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toStringFromNode:toNode: uns…