| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.lexer.yacc |
| Modifier and Type | Class and Description |
|---|---|
class |
FileNode
Represents __FILE__ nodes
|
| Constructor and Description |
|---|
StrNode(ISourcePosition position,
StrNode head,
StrNode tail) |
| Modifier and Type | Method and Description |
|---|---|
T |
NodeVisitor.visitStrNode(StrNode iVisited) |
T |
AbstractNodeVisitor.visitStrNode(StrNode node) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildStr(StrNode strNode) |
| Modifier and Type | Method and Description |
|---|---|
StrNode |
RubyLexer.createStr(org.jruby.util.ByteList buffer,
int flags) |
Copyright © 2001-2016 JRuby. All Rights Reserved.