Class: JavaClass::ClassFile::Constants::ConstantMethodType
- Inherits:
-
SingleReference
- Object
- Base
- SingleReference
- JavaClass::ClassFile::Constants::ConstantMethodType
- Defined in:
- lib/javaclass/classfile/constants/single_reference.rb
Overview
ZenTest SKIP
Instance Attribute Summary
Attributes inherited from SingleReference
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(pool, data, start) ⇒ ConstantMethodType
constructor
A new instance of ConstantMethodType.
Methods inherited from SingleReference
Methods inherited from Base
#const_class?, #const_field?, #const_method?, #dump
Constructor Details
#initialize(pool, data, start) ⇒ ConstantMethodType
Returns a new instance of ConstantMethodType.
87 88 89 |
# File 'lib/javaclass/classfile/constants/single_reference.rb', line 87 def initialize(pool, data, start) super(pool, data, start) end |