BranchNode

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

 

BranchNode()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: Int64; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)
// Island
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)

 

// .NET, .NET Standard 2.0
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, Int64 aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)
// Island
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)

 

// .NET, .NET Standard 2.0
init(_ aNodeType: NodeType, _ aPos: Pos, _ atr: Memory<Tree>, _ aLine: Int64, _ aPipe: Memory<PipeNode>, _ aList: Memory<ListNode>, _ aElseList: Memory<ListNode>)
// Island
init(_ aNodeType: NodeType, _ aPos: Pos, _ atr: Memory<Tree>, _ aLine: int, _ aPipe: Memory<PipeNode>, _ aList: Memory<ListNode>, _ aElseList: Memory<ListNode>)

 

// .NET, .NET Standard 2.0
Sub New(aNodeType As NodeType, aPos As Pos, atr As Memory<Tree>, aLine As Int64, aPipe As Memory<PipeNode>, aList As Memory<ListNode>, aElseList As Memory<ListNode>)
// Island
Sub New(aNodeType As NodeType, aPos As Pos, atr As Memory<Tree>, aLine As int, aPipe As Memory<PipeNode>, aList As Memory<ListNode>, aElseList As Memory<ListNode>)

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 Island

 

method Copy: Node

 

Node Copy()

 

func Copy() -> Node

 

func Copy() Node

 

Function Copy() As Node

ElseList

 

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

 

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

 

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

 

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

 

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

Equals

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

List

 

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

 

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

 

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

 

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

 

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

NodeType

 

var NodeType: NodeType;

 

NodeType NodeType

 

var NodeType: NodeType

 

NodeType NodeType

 

FIELD NodeType() As NodeType

Pipe

 

// .NET, .NET Standard 2.0
var Pipe: Memory<PipeNode>;
// Island
var Pipe: Memory<PipeNode>;

 

// .NET, .NET Standard 2.0
Memory<PipeNode> Pipe
// Island
Memory<PipeNode> Pipe

 

// .NET, .NET Standard 2.0
var Pipe: Memory<PipeNode>
// Island
var Pipe: Memory<PipeNode>

 

// .NET, .NET Standard 2.0
Pipe Memory<PipeNode>
// Island
Pipe Memory<PipeNode>

 

// .NET, .NET Standard 2.0
FIELD Pipe() As Memory<PipeNode>
// Island
FIELD Pipe() As Memory<PipeNode>

Pos

 

var Pos: Pos;

 

Pos Pos

 

var Pos: Pos

 

Pos Pos

 

FIELD Pos() As Pos

Position

 

method Position: Pos

 

Pos Position()

 

func Position() -> Pos

 

func Position() Pos

 

Function Position() As Pos

String Island

 

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

 

property Value: int read write;

 

int Value { get; set; }

 

var Value: int { get{} set{} }

 

Value int

 

Property Value() As int

 

ElseList

 

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

 

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

 

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

 

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

 

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

Line

 

var Line: int;

 

int Line

 

var Line: int

 

Line int

 

FIELD Line() As int

List

 

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

 

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

 

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

 

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

 

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

NodeType

 

var NodeType: NodeType;

 

NodeType NodeType

 

var NodeType: NodeType

 

NodeType NodeType

 

FIELD NodeType() As NodeType

Pipe

 

// .NET, .NET Standard 2.0
var Pipe: Memory<PipeNode>;
// Island
var Pipe: Memory<PipeNode>;

 

// .NET, .NET Standard 2.0
Memory<PipeNode> Pipe
// Island
Memory<PipeNode> Pipe

 

// .NET, .NET Standard 2.0
var Pipe: Memory<PipeNode>
// Island
var Pipe: Memory<PipeNode>

 

// .NET, .NET Standard 2.0
Pipe Memory<PipeNode>
// Island
Pipe Memory<PipeNode>

 

// .NET, .NET Standard 2.0
FIELD Pipe() As Memory<PipeNode>
// Island
FIELD Pipe() As Memory<PipeNode>

Pos

 

var Pos: Pos;

 

Pos Pos

 

var Pos: Pos

 

Pos Pos

 

FIELD Pos() As Pos

 

Value

 

property Value: int read write;

 

int Value { get; set; }

 

var Value: int { get{} set{} }

 

Value int

 

Property Value() As int

 

constructor

 

constructor

 

BranchNode()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: Int64; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)
// Island
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aPipe: Memory<PipeNode>; aList: Memory<ListNode>; aElseList: Memory<ListNode>)

 

// .NET, .NET Standard 2.0
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, Int64 aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)
// Island
BranchNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, Memory<PipeNode> aPipe, Memory<ListNode> aList, Memory<ListNode> aElseList)

 

// .NET, .NET Standard 2.0
init(_ aNodeType: NodeType, _ aPos: Pos, _ atr: Memory<Tree>, _ aLine: Int64, _ aPipe: Memory<PipeNode>, _ aList: Memory<ListNode>, _ aElseList: Memory<ListNode>)
// Island
init(_ aNodeType: NodeType, _ aPos: Pos, _ atr: Memory<Tree>, _ aLine: int, _ aPipe: Memory<PipeNode>, _ aList: Memory<ListNode>, _ aElseList: Memory<ListNode>)

 

// .NET, .NET Standard 2.0
Sub New(aNodeType As NodeType, aPos As Pos, atr As Memory<Tree>, aLine As Int64, aPipe As Memory<PipeNode>, aList As Memory<ListNode>, aElseList As Memory<ListNode>)
// Island
Sub New(aNodeType As NodeType, aPos As Pos, atr As Memory<Tree>, aLine As int, aPipe As Memory<PipeNode>, aList As Memory<ListNode>, aElseList As Memory<ListNode>)

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 Island

 

method Copy: Node

 

Node Copy()

 

func Copy() -> Node

 

func Copy() Node

 

Function Copy() As Node

Equals

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As 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 Island

 

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