Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
T |
AbstractNodeVisitor.visitOrNode(OrNode node) |
T |
NodeVisitor.visitOrNode(OrNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildOr(OrNode orNode) |
Modifier and Type | Method and Description |
---|---|
OrNode |
ParserSupport.newOrNode(ISourcePosition position,
Node left,
Node right) |
Copyright © 2001-2022 JRuby. All Rights Reserved.