IdentifierValue
Overview
Identifier expression, this could refer to any identifier in the current context
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus.Values
- Ancestry: Value | IdentifierValue
constructor protected (declared in Value)
Create a new instance of this class
constructor
IdentifierValue()
init()
IdentifierValue()
Sub New()
constructor (String)
Creates a new instance of this class
constructor(aName: String)
IdentifierValue(String aName)
init(_ aName: String)
IdentifierValue(String aName)
Sub New(aName As String)
Parameters:
- aName: Name of this identifier
Creates a new instance of this class
Parameters:
- aStart: Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
- aName: Name of this identifier
Creates a new instance of this class
Parameters:
- aStart: Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
- aName: Name of this identifier
- aGenericArguments: Generic parameters
Binary (declared in Value)
Creates a binary value
method Binary(aOp: BinaryOperator; aOther: Value): Value
Value Binary(BinaryOperator aOp, Value aOther)
func Binary(_ aOp: BinaryOperator, _ aOther: Value) -> Value
Value Binary(BinaryOperator aOp, Value aOther)
Function Binary(aOp As BinaryOperator, aOther As Value) As Value
Parameters:
- aOp: Operator
- aOther: Right side value
GenericArguments
Generic parameters
property GenericArguments: List<IType> read;
List<IType> GenericArguments { get; }
var GenericArguments: List<IType> { get{} }
List<IType> GenericArguments { __get; }
ReadOnly Property GenericArguments() As List<IType>
creates an identifier value
Parameters:
- aName: Name of the value
creates an identifier value
Parameters:
- aName: Name of the value
- aArgs: Generic arguments.
Kind
Value kind; use this for a fast way of determining what kind of sub class a Value object is
property Kind: ValueKind read;
ValueKind Kind { get; }
var Kind: ValueKind { get{} }
ValueKind Kind { __get; }
ReadOnly Property Kind() As ValueKind
Length (declared in Value)
Creates a length value
method Length: Value
Value Length()
func Length() -> Value
Value Length()
Function Length() As Value
Name
name of the identifier
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
String Name { __get; __set; }
Property Name() As String
NotNil (declared in Value)
Creates a not nil value
method NotNil: Value
Value NotNil()
func NotNil() -> Value
Value NotNil()
Function NotNil() As Value
Position (declared in Value)
Position this value is defined at (if not set, it will be at the aspects position)
property Position: IPosition read write;
IPosition Position { get; set; }
var Position: IPosition { get{} set{} }
IPosition Position { __get; __set; }
Property Position() As IPosition
Creates a call value
Parameters:
- aName: Method name
- aGP: Generic parameters to pass
- aArgs: Arguments for this call
Creates a call value
Parameters:
- aName: Method name
- aArgs: Arguments for this call
Start
Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
property Start: Value read write;
Value Start { get; set; }
var Start: Value { get{} set{} }
Value Start { __get; __set; }
Property Start() As Value
SubArray (declared in Value)
Creates an array/property element access value
Parameters:
- aArgs: Arguments for element access
ToString
Returns the string value of this value
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Unary (declared in Value)
Creates a unary value
method Unary(aOp: UnaryOperator): Value
Value Unary(UnaryOperator aOp)
func Unary(_ aOp: UnaryOperator) -> Value
Value Unary(UnaryOperator aOp)
Function Unary(aOp As UnaryOperator) As Value
Parameters:
- aOp: Operator
GenericArguments
Generic parameters
property GenericArguments: List<IType> read;
List<IType> GenericArguments { get; }
var GenericArguments: List<IType> { get{} }
List<IType> GenericArguments { __get; }
ReadOnly Property GenericArguments() As List<IType>
Kind
Value kind; use this for a fast way of determining what kind of sub class a Value object is
property Kind: ValueKind read;
ValueKind Kind { get; }
var Kind: ValueKind { get{} }
ValueKind Kind { __get; }
ReadOnly Property Kind() As ValueKind
Name
name of the identifier
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
String Name { __get; __set; }
Property Name() As String
Position (declared in Value)
Position this value is defined at (if not set, it will be at the aspects position)
property Position: IPosition read write;
IPosition Position { get; set; }
var Position: IPosition { get{} set{} }
IPosition Position { __get; __set; }
Property Position() As IPosition
Start
Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
constructor protected (declared in Value)
Create a new instance of this class
constructor
IdentifierValue()
init()
IdentifierValue()
Sub New()
constructor (String)
Creates a new instance of this class
constructor(aName: String)
IdentifierValue(String aName)
init(_ aName: String)
IdentifierValue(String aName)
Sub New(aName As String)
Parameters:
- aName: Name of this identifier
Creates a new instance of this class
Parameters:
- aStart: Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
- aName: Name of this identifier
Creates a new instance of this class
Parameters:
- aStart: Start value; if nil this is a standalone identifier, else this is a sub member on this identifier.
- aName: Name of this identifier
- aGenericArguments: Generic parameters
Binary (declared in Value)
Creates a binary value
method Binary(aOp: BinaryOperator; aOther: Value): Value
Value Binary(BinaryOperator aOp, Value aOther)
func Binary(_ aOp: BinaryOperator, _ aOther: Value) -> Value
Value Binary(BinaryOperator aOp, Value aOther)
Function Binary(aOp As BinaryOperator, aOther As Value) As Value
Parameters:
- aOp: Operator
- aOther: Right side value
creates an identifier value
Parameters:
- aName: Name of the value
creates an identifier value
Parameters:
- aName: Name of the value
- aArgs: Generic arguments.
Length (declared in Value)
Creates a length value
method Length: Value
Value Length()
func Length() -> Value
Value Length()
Function Length() As Value
NotNil (declared in Value)
Creates a not nil value
method NotNil: Value
Value NotNil()
func NotNil() -> Value
Value NotNil()
Function NotNil() As Value
Creates a call value
Parameters:
- aName: Method name
- aGP: Generic parameters to pass
- aArgs: Arguments for this call
Creates a call value
Parameters:
- aName: Method name
- aArgs: Arguments for this call
SubArray (declared in Value)
Creates an array/property element access value
Parameters:
- aArgs: Arguments for element access
ToString
Returns the string value of this value
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Unary (declared in Value)
Creates a unary value
method Unary(aOp: UnaryOperator): Value
Value Unary(UnaryOperator aOp)
func Unary(_ aOp: UnaryOperator) -> Value
Value Unary(UnaryOperator aOp)
Function Unary(aOp As UnaryOperator) As Value
Parameters:
- aOp: Operator