| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.ir |
| Modifier and Type | Class and Description |
|---|---|
class |
OpElementOneArgAndAsgnNode
Represents an operator assignment to an element.
|
class |
OpElementOneArgAsgnNode
Represents an operator assignment to an element.
|
class |
OpElementOneArgOrAsgnNode
Represents an operator assignment to an element.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NodeVisitor.visitOpElementAsgnNode(OpElementAsgnNode iVisited) |
Object |
AbstractNodeVisitor.visitOpElementAsgnNode(OpElementAsgnNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildOpElementAsgn(OpElementAsgnNode node,
IRScope s) |
Operand |
IRBuilder.buildOpElementAsgnWithAnd(OpElementAsgnNode opElementAsgnNode,
IRScope s) |
Operand |
IRBuilder.buildOpElementAsgnWithMethod(OpElementAsgnNode opElementAsgnNode,
IRScope s) |
Operand |
IRBuilder.buildOpElementAsgnWithOr(OpElementAsgnNode opElementAsgnNode,
IRScope s) |
Copyright © 2001–2024 JRuby. All rights reserved.