class WsdlMapper::Generation::AbstractFormatter
@abstract noinspection RubyUnusedLocalVariable
Public Class Methods
new(io)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 6 def initialize(io) @io = io end
Public Instance Methods
after_constants()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 66 def after_constants raise NotImplementedError end
after_requires()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 62 def after_requires raise NotImplementedError end
assignment(var_name, value)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 30 def assignment(var_name, value) raise NotImplementedError end
assignments(*assigns)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 106 def assignments(*assigns) raise NotImplementedError end
attr_accessors(*attrs)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 78 def attr_accessors(*attrs) raise NotImplementedError end
begin_class(name)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 86 def begin_class(name) raise NotImplementedError end
begin_def(name, *args)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 94 def begin_def(name, *args) raise NotImplementedError end
begin_module(name)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 82 def begin_module(name) raise NotImplementedError end
begin_modules(names)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 18 def begin_modules(names) raise NotImplementedError end
begin_sub_class(name, super_name)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 90 def begin_sub_class(name, super_name) raise NotImplementedError end
blank_comment()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 46 def blank_comment raise NotImplementedError end
blank_line()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 42 def blank_line raise NotImplementedError end
block(statement, block_args, &block)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 50 def block(statement, block_args, &block) raise NotImplementedError end
block_assignment(var_name, statement, block_args, &block)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 54 def block_assignment(var_name, statement, block_args, &block) raise NotImplementedError end
call(name, *args)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 34 def call(name, *args) raise NotImplementedError end
end()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 110 def end raise NotImplementedError end
end_modules(names)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 22 def end_modules(names) raise NotImplementedError end
in_class(name)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 10 def in_class(name) raise NotImplementedError end
in_def(name, *args)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 98 def in_def(name, *args) raise NotImplementedError end
in_modules(names)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 26 def in_modules(names) raise NotImplementedError end
in_sub_class(name)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 14 def in_sub_class(name) raise NotImplementedError end
literal_array(name, values)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 102 def literal_array(name, values) raise NotImplementedError end
next_statement()
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 38 def next_statement raise NotImplementedError end
requires(path)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 74 def requires(path) raise NotImplementedError end
statement(statement)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 70 def statement(statement) raise NotImplementedError end
statements(*statements)
click to toggle source
# File lib/wsdl_mapper/generation/abstract_formatter.rb, line 58 def statements(*statements) raise NotImplementedError end