Class: Rubycc::Front::AST::LogicalOr

Inherits:
Data
  • Object
show all
Defined in:
lib/rubycc/front/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lhsObject (readonly)

Returns the value of attribute lhs

Returns:

  • (Object)

    the current value of lhs



50
51
52
# File 'lib/rubycc/front/ast.rb', line 50

def lhs
  @lhs
end

#rhsObject (readonly)

Returns the value of attribute rhs

Returns:

  • (Object)

    the current value of rhs



50
51
52
# File 'lib/rubycc/front/ast.rb', line 50

def rhs
  @rhs
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



50
51
52
# File 'lib/rubycc/front/ast.rb', line 50

def token
  @token
end