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