abstract class Oxide::Language::Nodes::Value
- Oxide::Language::Nodes::Value
- Oxide::Language::Nodes::Node
- Reference
- Object
Direct Known Subclasses
- Oxide::Language::Nodes::BooleanValue
- Oxide::Language::Nodes::EnumValue
- Oxide::Language::Nodes::FloatValue
- Oxide::Language::Nodes::IntValue
- Oxide::Language::Nodes::ListValue
- Oxide::Language::Nodes::NullValue
- Oxide::Language::Nodes::ObjectValue
- Oxide::Language::Nodes::StringValue
- Oxide::Language::Nodes::Variable
Defined in:
oxide/language/nodes.crInstance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #accept(visitor : Visitor)
-
#hash(hasher)
See
Object#hash(hasher)
- #value
Instance methods inherited from class Oxide::Language::Nodes::Node
begin_column : Int32 | Nil
begin_column,
begin_column=(begin_column : Int32 | Nil)
begin_column=,
begin_line : Int32 | Nil
begin_line,
begin_line=(begin_line : Int32 | Nil)
begin_line=,
to_location
to_location
Instance methods inherited from module Oxide::Language::Visitable
accept(visitor : Visitor)
accept
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.