Class: Duby::JVM::Types::JavaFieldAccessor
- Inherits:
-
JavaMethod
- Object
- JavaCallable
- JavaConstructor
- JavaMethod
- Duby::JVM::Types::JavaFieldAccessor
- Defined in:
- lib/duby/jvm/types/methods.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from JavaCallable
Instance Method Summary collapse
- #field? ⇒ Boolean
- #final? ⇒ Boolean
- #public? ⇒ Boolean
- #return_type ⇒ Object (also: #actual_return_type)
Methods inherited from JavaMethod
#abstract?, #call, #call_special, #constructor?, #static?, #void?
Methods inherited from JavaConstructor
#argument_types, #call, #constructor?, #declaring_class, #exceptions
Methods inherited from JavaCallable
#initialize, #name, #parameter_types
Methods included from ArgumentConversion
Constructor Details
This class inherits a constructor from Duby::JVM::Types::JavaCallable