Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser |
Constructor and Description |
---|
DSymbolNode(ISourcePosition position,
DStrNode node)
For mutating from a DStr to a DSym (we just create a new one with same contents).
|
DXStrNode(ISourcePosition position,
DStrNode node) |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitDStrNode(DStrNode iVisited) |
Object |
AbstractNodeVisitor.visitDStrNode(DStrNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildDStr(DStrNode dstrNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
DStrNode |
ParserSupport19.createDStrNode(ISourcePosition position) |
DStrNode |
ParserSupport.createDStrNode(ISourcePosition position) |
Copyright © 2001-2016 JRuby. All Rights Reserved.