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)

Parameters:

  • value:

Copy

method Copy: Memory<Tree>
func Copy() -> Memory<Tree>
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) -> tuple of (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


Parse

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)
(Memory<Tree>tree, error err) Parse(string text, string leftDelim, string rightDelim, Map<string, Memory<Tree>> treeSet, params Map<string, Object>[] funcs)
func Parse(_ text: string, _ leftDelim: string, _ rightDelim: string, _ treeSet: Map<string, Memory<Tree>>, _ funcs: Map<string, Object>...) -> tuple of (Memory<Tree>, error)
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)
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

FIELD ParseName() As string

Root

var Root: Memory<ListNode>;
var Root: Memory<ListNode>
FIELD Root() As Memory<ListNode>

Name


ParseName

FIELD ParseName() As string

Root

var Root: Memory<ListNode>;
var Root: Memory<ListNode>
FIELD Root() As Memory<ListNode>

constructor


constructor (Tree)

Parameters:

  • value: