class RD::Reference::RDLabel

Attributes

element_label[RW]
filename[RW]
to_label[RW]

Public Class Methods

new(element_label, filename = nil) click to toggle source
# File lib/rd/inline-element.rb, line 185
def initialize(element_label, filename = nil)
  @element_label = element_label
  @filename = filename
end

Public Instance Methods

renew_label() click to toggle source
# File lib/rd/inline-element.rb, line 198
def renew_label
  self
end
result_of_apply_method_of(visitor, reference, children) click to toggle source
# File lib/rd/inline-element.rb, line 190
def result_of_apply_method_of(visitor, reference, children)
  visitor.apply_to_Reference_with_RDLabel(reference, children)
end
to_reference_content() click to toggle source
# File lib/rd/inline-element.rb, line 194
def to_reference_content
  []
end