Class: Java::JavaMethod

Inherits:
Object show all
Defined in:
lib/duby/jvm/types/methods.rb

Instance Method Summary collapse

Instance Method Details

#static?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/duby/jvm/types/methods.rb', line 4

def static?
  java.lang.reflect.Modifier.static?(modifiers)
end