Package | Description |
---|---|
org.jruby.ast |
Modifier and Type | Class and Description |
---|---|
class |
AssignableNode
Base class of any node which can be assigned to.
|
class |
ClassVarAsgnNode
Class variable assignment node.
|
class |
ClassVarDeclNode
Class variable declaration.
|
class |
ConstDeclNode
Declaration (and assignment) of a Constant.
|
class |
DAsgnNode
An assignment to a dynamic variable (e.g.
|
class |
GlobalAsgnNode
Represents an assignment to a global variable.
|
class |
InstAsgnNode
Represents an instance variable assignment.
|
class |
InstVarNode
Represents an instance variable accessor.
|
class |
LocalAsgnNode
An assignment to a local variable.
|
class |
MultipleAsgn19Node |
class |
MultipleAsgnNode |
class |
ZeroArgNode
Represents a zero arg in a block.
|
class |
ZSuperNode
a call to 'super' with no arguments in a method.
|
Copyright © 2001–2015 JRuby. All rights reserved.