Home
last modified time | relevance | path

Searched defs:NilNode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go461 type NilNode struct { struct
462 NodeType
463 Pos
464 tr *Tree
471 func (n *NilNode) Type() NodeType {
478 func (n *NilNode) String() string {
482 func (n *NilNode) writeTo(sb *strings.Builder) {
486 func (n *NilNode) tree() *Tree {
490 func (n *NilNode) Copy() Node {
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs84 public override void NilNode(object t) { in NilNode() method in Antlr.Runtime.Debug.TraceDebugEventListener
H A DIDebugEventListener.cs312 void NilNode(object t); in NilNode() method
H A DBlankDebugEventListener.cs112 public virtual void NilNode(object t) { in NilNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs248 public virtual void NilNode(object t) { in NilNode() method in Antlr.Runtime.Debug.DebugEventHub
H A DDebugEventRepeater.cs137 public virtual void NilNode(object t) { in NilNode() method in Antlr.Runtime.Debug.DebugEventRepeater
H A DDebugEventSocketProxy.cs300 public override void NilNode(object t) { in NilNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy