PipeNode
Overview
Location
- Reference: Go.fx
- Namespace: go.text.template.parse
- Platforms: Island
constructor
constructor
PipeNode()
init()
Sub New()
constructor (NodeType, Pos, Memory<Tree>, int, bool, Slice<Memory<VariableNode>>, Slice<Memory<CommandNode>>)
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aIsAssign: bool; aDecl: Slice<Memory<VariableNode>>; aCmds: Slice<Memory<CommandNode>>)
PipeNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, bool aIsAssign, Slice<Memory<VariableNode>> aDecl, Slice<Memory<CommandNode>> aCmds)
Parameters:
- aNodeType:
- aPos:
- atr:
- aLine:
- aIsAssign:
- aDecl:
- aCmds:
constructor (PipeNode)
constructor(value: PipeNode)
PipeNode(PipeNode value)
init(_ value: PipeNode)
Sub New(value As PipeNode)
Parameters:
- value:
Cmds
var Cmds: Slice<Memory<CommandNode>>;
Slice<Memory<CommandNode>> Cmds
var Cmds: Slice<Memory<CommandNode>>
Cmds Slice<Memory<CommandNode>>
FIELD Cmds() As Slice<Memory<CommandNode>>
Copy
CopyPipe
Decl
var Decl: Slice<Memory<VariableNode>>;
Slice<Memory<VariableNode>> Decl
var Decl: Slice<Memory<VariableNode>>
Decl Slice<Memory<VariableNode>>
FIELD Decl() As Slice<Memory<VariableNode>>
Equals
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
IsAssign
Line
NodeType
var NodeType: NodeType;
NodeType NodeType
var NodeType: NodeType
NodeType NodeType
FIELD NodeType() As NodeType
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
Cmds
var Cmds: Slice<Memory<CommandNode>>;
Slice<Memory<CommandNode>> Cmds
var Cmds: Slice<Memory<CommandNode>>
Cmds Slice<Memory<CommandNode>>
FIELD Cmds() As Slice<Memory<CommandNode>>
Decl
var Decl: Slice<Memory<VariableNode>>;
Slice<Memory<VariableNode>> Decl
var Decl: Slice<Memory<VariableNode>>
Decl Slice<Memory<VariableNode>>
FIELD Decl() As Slice<Memory<VariableNode>>
IsAssign
Line
NodeType
var NodeType: NodeType;
NodeType NodeType
var NodeType: NodeType
NodeType NodeType
FIELD NodeType() As NodeType
Pos
Value
constructor
constructor
PipeNode()
init()
Sub New()
constructor (NodeType, Pos, Memory<Tree>, int, bool, Slice<Memory<VariableNode>>, Slice<Memory<CommandNode>>)
constructor(aNodeType: NodeType; aPos: Pos; atr: Memory<Tree>; aLine: int; aIsAssign: bool; aDecl: Slice<Memory<VariableNode>>; aCmds: Slice<Memory<CommandNode>>)
PipeNode(NodeType aNodeType, Pos aPos, Memory<Tree> atr, int aLine, bool aIsAssign, Slice<Memory<VariableNode>> aDecl, Slice<Memory<CommandNode>> aCmds)
Parameters:
- aNodeType:
- aPos:
- atr:
- aLine:
- aIsAssign:
- aDecl:
- aCmds:
constructor (PipeNode)
constructor(value: PipeNode)
PipeNode(PipeNode value)
init(_ value: PipeNode)
Sub New(value As PipeNode)
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