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
|
Modifier and Type | Method and Description |
---|---|
boolean |
DNode.isSameEncoding(StrNode strNode) |
Constructor and Description |
---|
StrNode(ISourcePosition position,
StrNode head,
StrNode tail) |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitStrNode(StrNode iVisited) |
Object |
AbstractNodeVisitor.visitStrNode(StrNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildStr(StrNode strNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
StrNode |
RubyYaccLexer.createStrNode(ISourcePosition position,
org.jruby.util.ByteList buffer,
int flags) |
Copyright © 2001-2016 JRuby. All Rights Reserved.