|
|||||||||||
| 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.DStrNode
a Dynamic String node. A string which contains some dynamic elements which needs to be evaluated (introduced by #).
| Constructor Summary | |
DStrNode(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 DStrNode(ISourcePosition position)
| Method Detail |
public IListNode add(INode node)
add in interface IListNodepublic java.util.Iterator iterator()
iterator in interface IListNodepublic int size()
size in interface IListNodeIListNode.size()public void accept(INodeVisitor iVisitor)
accept in interface INodeiVisitor - the visitor
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||