class Rsense::Server::Command::NativeAttrMethod
Attributes
context[RW]
graph[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rsense/server/command/native_attr_method.rb, line 12 def initialize super end
Public Instance Methods
call(runtime, receivers, args, blcck, result)
click to toggle source
# File lib/rsense/server/command/native_attr_method.rb, line 16 def call(runtime, receivers, args, blcck, result) Java::org.cx4a.rsense.typing.runtime::RuntimeHelper.defineAttrs(@graph, receivers, args, true, true) end