[This is preliminary documentation and is subject to change.]
The ErlVar type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | ErlVar(String) |
Create an Erlang named variable
|
![]() | ErlVar(String, ErlTypeOrder) |
Create an Erlang typed named variable
|
![]() | ErlVar(ErlAtom, ErlTypeOrder) |
Create an Erlang typed named variable using ErlAtom as name
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clone an instance of the object (non-scalar immutable objects are copied by reference)
|
![]() | CompareTo(Object) |
Compare this instance to the object.
Negative value means that the atom is less than obj, positive - greater than the obj
|
![]() | CompareTo(IErlObject) |
Compare this instance to the IErlObject.
Negative value means that the atom is less than obj, positive - greater than the obj
|
![]() | Equals(Object) |
Determine if this var equals to the object
(Overrides ![]() |
![]() | Equals(IErlObject) |
Determine if two vars are equal
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetHashCode |
Get internal hash code
(Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Match(IErlObject) |
Perform pattern match on this Erlang term returning null if match fails
or a dictionary of matched variables bound in the pattern
|
![]() | Match(IErlObject, ErlVarBind) |
Perform pattern match on this Erlang term, storing matched variables
found in the pattern into the binding.
|
![]() | Matches |
Match this variable with given pattern merely by performing type check
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Subst | |
![]() | ToString |
Get the printable version of the string contained in this object
(Overrides ![]() |
![]() | Visit TAccumulate |
Execute fun for every nested term
|
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | Any | |
![]() | ValueType |
Type of value stored in this variable
|
Properties
Name | Description | |
---|---|---|
![]() | IsAny | |
![]() | IsScalar | |
![]() | Name |
Variable name
|
![]() | TypeOrder | |
![]() | ValueAsBool | |
![]() | ValueAsByteArray | |
![]() | ValueAsChar | |
![]() | ValueAsDateTime | |
![]() | ValueAsDecimal | |
![]() | ValueAsDouble | |
![]() | ValueAsInt | |
![]() | ValueAsLong | |
![]() | ValueAsObject | |
![]() | ValueAsString | |
![]() | ValueAsTimeSpan |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICloneable Clone |
See Also