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 |
---|---|
T |
NodeVisitor.visitDStrNode(DStrNode iVisited) |
T |
AbstractNodeVisitor.visitDStrNode(DStrNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildDStr(DStrNode node) |
Modifier and Type | Method and Description |
---|---|
DStrNode |
ParserSupport.createDStrNode(ISourcePosition position) |
Copyright © 2001-2015 JRuby. All Rights Reserved.