BranchNode
Overview
Location
- Reference: Go.fx
- Namespace: go.text.template.parse
- Platforms: Island
constructor
constructor
BranchNode()
init()
Sub New()
constructor (NodeType, Pos, Memory<Tree>, int, Memory<PipeNode>, Memory<ListNode>, Memory<ListNode>)
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)
Parameters:
- aNodeType:
- aPos:
- atr:
- aLine:
- aPipe:
- aList:
- aElseList:
constructor (BranchNode)
constructor(value: BranchNode)
BranchNode(BranchNode value)
init(_ value: BranchNode)
Sub New(value As BranchNode)
Parameters:
- value:
Copy
ElseList
Equals
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
Line
List
NodeType
var NodeType: NodeType;
NodeType NodeType
var NodeType: NodeType
NodeType NodeType
FIELD NodeType() As NodeType
Pipe
Pos
Position
method Position: Pos
Pos Position()
func Position() -> Pos
func Position() Pos
Function Position() As Pos
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Type
method Type: NodeType
NodeType Type()
func Type() -> NodeType
func Type() NodeType
Function Type() As NodeType
Value
ElseList
Line
List
NodeType
var NodeType: NodeType;
NodeType NodeType
var NodeType: NodeType
NodeType NodeType
FIELD NodeType() As NodeType
Pipe
Pos
Value
constructor
constructor
BranchNode()
init()
Sub New()
constructor (NodeType, Pos, Memory<Tree>, int, Memory<PipeNode>, Memory<ListNode>, Memory<ListNode>)
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)
Parameters:
- aNodeType:
- aPos:
- atr:
- aLine:
- aPipe:
- aList:
- aElseList:
constructor (BranchNode)
constructor(value: BranchNode)
BranchNode(BranchNode value)
init(_ value: BranchNode)
Sub New(value As BranchNode)
Parameters:
- value:
Copy
Equals
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
Position
method Position: Pos
Pos Position()
func Position() -> Pos
func Position() Pos
Function Position() As Pos
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Type