Package | Description |
---|---|
org.jruby.ast |
Modifier and Type | Class and Description |
---|---|
class |
CallNode
A method or operator call.
|
class |
FCallNode
Represents a method call with self as an implicit receiver.
|
class |
SuperNode
A call to super(...) with arguments to a method.
|
class |
ZSuperNode
a call to 'super' with no arguments in a method.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.