Class: Cheri::Java::Builder::Interfaces::ListenerInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/cheri/java/builder/util.rb

Overview

:startdoc:

Instance Attribute Summary collapse

Instance Attribute Details

#add_method_nameObject

Returns the value of attribute add_method_name

Returns:

  • (Object)

    the current value of add_method_name



129
130
131
# File 'lib/cheri/java/builder/util.rb', line 129

def add_method_name
  @add_method_name
end

#clazzObject

Returns the value of attribute clazz

Returns:

  • (Object)

    the current value of clazz



129
130
131
# File 'lib/cheri/java/builder/util.rb', line 129

def clazz
  @clazz
end

#methodsObject

Returns the value of attribute methods

Returns:

  • (Object)

    the current value of methods



129
130
131
# File 'lib/cheri/java/builder/util.rb', line 129

def methods
  @methods
end