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)
constructor(value: Tree)
Tree(Tree value)
init(_ value: Tree)
Sub New(value As Tree)
Parameters:
- value:
Copy
method Copy: Memory<Tree>
Memory<Tree> Copy()
func 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
var Name: string;
string Name
var Name: string
Name string
FIELD Name() As string
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
var ParseName: string;
string ParseName
var ParseName: string
ParseName string
FIELD ParseName() As string
Root
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