Freigeben über


TexlNode Class

Definition

Base class for all parse nodes.

public abstract class TexlNode
type TexlNode = class
Public MustInherit Class TexlNode
Inheritance
TexlNode
Derived

Properties

Kind

Kind of the parse node.

Parent

Parent TexlNode in the AST structure (if any).

Methods

Accept(TexlVisitor)

Accept a visitor TexlVisitor.

Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext)

Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>.

GetCompleteSpan()
GetSourceBasedSpan()
GetTextSpan()
ToString()

Returns a string that represents the current object.

Applies to