Module: YARD::Handlers::JRuby::ConstantHandler

Includes:
Base
Defined in:
lib/openhab/yard/handlers/jruby/constant_handler.rb

Instance Method Summary collapse

Methods included from Base

infer_java_class, #infer_java_class

Instance Method Details

#process_constant(statement) ⇒ Object



11
12
13
14
# File 'lib/openhab/yard/handlers/jruby/constant_handler.rb', line 11

def process_constant(statement)
  infer_java_class(statement[1], nil, statement.comments)
  super
end