|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ast.AbstractNode
org.jruby.ast.DXStrNode
Dynamic backquote string. backquote strings are eXecuted using the shell, hence the X or maybe the X is due to the %x general quote syntax
Constructor Summary | |
DXStrNode(ISourcePosition position)
|
Method Summary | |
void |
accept(INodeVisitor iVisitor)
Accept for the visitor pattern. |
IListNode |
add(INode node)
|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class org.jruby.ast.AbstractNode |
getPosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ablaf.ast.INode |
getPosition |
Constructor Detail |
public DXStrNode(ISourcePosition position)
Method Detail |
public IListNode add(INode node)
add
in interface IListNode
IListNode#add(Node)
public java.util.Iterator iterator()
iterator
in interface IListNode
IListNode.iterator()
public int size()
size
in interface IListNode
IListNode.size()
public void accept(INodeVisitor iVisitor)
accept
in interface INode
iVisitor
- the visitor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |