Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NodeVisitor.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 © 2002-2009 JRuby Team. All Rights Reserved.