IdentifierNode
Overview
Location
- Reference: Go.fx
- Namespace: go.text.template.parse
- Platforms: Island
constructor
constructor
IdentifierNode()
init()
Sub New()
Parameters:
- aNodeType:
- aPos:
- atr:
- aIdent:
constructor (IdentifierNode)
constructor(value: IdentifierNode)
IdentifierNode(IdentifierNode value)
init(_ value: IdentifierNode)
Sub New(value As IdentifierNode)
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
Ident
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
SetPos
method SetPos(pos: Pos): Memory<IdentifierNode>
Memory<IdentifierNode> SetPos(Pos pos)
func SetPos(_ pos: Pos) -> Memory<IdentifierNode>
func SetPos(pos Pos) Memory<IdentifierNode>
Function SetPos(pos As Pos) As Memory<IdentifierNode>
Parameters:
- pos:
SetTree
method SetTree(t: Memory<Tree>): Memory<IdentifierNode>
Memory<IdentifierNode> SetTree(Memory<Tree> t)
func SetTree(_ t: Memory<Tree>) -> Memory<IdentifierNode>
func SetTree(t Memory<Tree>) Memory<IdentifierNode>
Function SetTree(t As Memory<Tree>) As Memory<IdentifierNode>
Parameters:
- t:
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
Ident
NodeType
var NodeType: NodeType;
NodeType NodeType
var NodeType: NodeType
NodeType NodeType
FIELD NodeType() As NodeType
Pos
Value
constructor
constructor
IdentifierNode()
init()
Sub New()
Parameters:
- aNodeType:
- aPos:
- atr:
- aIdent:
constructor (IdentifierNode)
constructor(value: IdentifierNode)
IdentifierNode(IdentifierNode value)
init(_ value: IdentifierNode)
Sub New(value As IdentifierNode)
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