Tree

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.text.template.parse
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Tree()

 

init()

 

Sub New()

constructor (Tree)

 

constructor(value: Tree)

 

Tree(Tree value)

 

init(_ value: Tree)

 

Sub New(value As Tree)

Parameters:

  • value:

Copy

 

// .NET, .NET Standard 2.0
method Copy: Memory<Tree>
// Island
method Copy: Memory<Tree>

 

// .NET, .NET Standard 2.0
Memory<Tree> Copy()
// Island
Memory<Tree> Copy()

 

// .NET, .NET Standard 2.0
func Copy() -> Memory<Tree>
// Island
func Copy() -> Memory<Tree>

 

// .NET, .NET Standard 2.0
func Copy() Memory<Tree>
// Island
func Copy() Memory<Tree>

 

// .NET, .NET Standard 2.0
Function Copy() As Memory<Tree>
// Island
Function Copy() As Memory<Tree>

ErrorContext

 

method ErrorContext(n: Node): tuple of (location: string, context: string)

 

(string location, string context) ErrorContext(Node n)

 

func ErrorContext(_ n: Node) -> (string, string)

 

func ErrorContext(n Node) tuple of (|name=location| string, |name=context| string)

 

Function ErrorContext(n As Node) As Tuple (Of string, string)

Parameters:

  • n:

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Parse

 

// .NET, .NET Standard 2.0
method Parse(text: string; leftDelim: string; rightDelim: string; treeSet: Map<string, Memory<Tree>>; params funcs: array of Map<string, Object>): tuple of (tree: Memory<Tree>, err: error)
// Island
method Parse(text: string; leftDelim: string; rightDelim: string; treeSet: Map<string, Memory<Tree>>; params funcs: array of Map<string, Object>): tuple of (tree: Memory<Tree>, err: error)

 

// .NET, .NET Standard 2.0
(Memory<Tree>tree, error err) Parse(string text, string leftDelim, string rightDelim, Map<string, Memory<Tree>> treeSet, params Map<string, Object>[] funcs)
// Island
(Memory<Tree>tree, error err) Parse(string text, string leftDelim, string rightDelim, Map<string, Memory<Tree>> treeSet, params Map<string, Object>[] funcs)

 

// .NET, .NET Standard 2.0
func Parse(_ text: string, _ leftDelim: string, _ rightDelim: string, _ treeSet: Map<string, Memory<Tree>>, _ funcs: Map<string, Object>...) -> (Memory<Tree>, error)
// Island
func Parse(_ text: string, _ leftDelim: string, _ rightDelim: string, _ treeSet: Map<string, Memory<Tree>>, _ funcs: Map<string, Object>...) -> (Memory<Tree>, error)

 

// .NET, .NET Standard 2.0
func Parse(text string, leftDelim string, rightDelim string, treeSet Map<string, Memory<Tree>>, funcs []Map<string, interface{}>) tuple of (|name=tree| Memory<Tree>, |name=err| error)
// Island
func Parse(text string, leftDelim string, rightDelim string, treeSet Map<string, Memory<Tree>>, funcs []Map<string, interface{}>) tuple of (|name=tree| Memory<Tree>, |name=err| error)

 

// .NET, .NET Standard 2.0
Function Parse(text As string, leftDelim As string, rightDelim As string, treeSet As Map<string, Memory<Tree>>, ParamArray funcs As Map<string, Object>()) As Tuple (Of Memory<Tree>, error)
// Island
Function Parse(text As string, leftDelim As string, rightDelim As string, treeSet As Map<string, Memory<Tree>>, ParamArray funcs As Map<string, Object>()) As Tuple (Of Memory<Tree>, error)

Parameters:

  • text:
  • leftDelim:
  • rightDelim:
  • treeSet:
  • funcs:

ParseName

 

var ParseName: string;

 

string ParseName

 

var ParseName: string

 

ParseName string

 

FIELD ParseName() As string

Root

 

// .NET, .NET Standard 2.0
var Root: Memory<ListNode>;
// Island
var Root: Memory<ListNode>;

 

// .NET, .NET Standard 2.0
Memory<ListNode> Root
// Island
Memory<ListNode> Root

 

// .NET, .NET Standard 2.0
var Root: Memory<ListNode>
// Island
var Root: Memory<ListNode>

 

// .NET, .NET Standard 2.0
Root Memory<ListNode>
// Island
Root Memory<ListNode>

 

// .NET, .NET Standard 2.0
FIELD Root() As Memory<ListNode>
// Island
FIELD Root() As Memory<ListNode>

 

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

ParseName

 

var ParseName: string;

 

string ParseName

 

var ParseName: string

 

ParseName string

 

FIELD ParseName() As string

Root

 

// .NET, .NET Standard 2.0
var Root: Memory<ListNode>;
// Island
var Root: Memory<ListNode>;

 

// .NET, .NET Standard 2.0
Memory<ListNode> Root
// Island
Memory<ListNode> Root

 

// .NET, .NET Standard 2.0
var Root: Memory<ListNode>
// Island
var Root: Memory<ListNode>

 

// .NET, .NET Standard 2.0
Root Memory<ListNode>
// Island
Root Memory<ListNode>

 

// .NET, .NET Standard 2.0
FIELD Root() As Memory<ListNode>
// Island
FIELD Root() As Memory<ListNode>

 

constructor

 

constructor

 

Tree()

 

init()

 

Sub New()

constructor (Tree)

 

constructor(value: Tree)

 

Tree(Tree value)

 

init(_ value: Tree)

 

Sub New(value As Tree)

Parameters:

  • value: