|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListNode | |
|---|---|
| org.jrubyparser | |
| org.jrubyparser.ast | |
| org.jrubyparser.parser | |
| org.jrubyparser.rewriter | |
| org.jrubyparser.util | |
| Uses of ListNode in org.jrubyparser |
|---|
| Methods in org.jrubyparser with parameters of type ListNode | |
|---|---|
Object |
NodeVisitor.visitListNode(ListNode iVisited)
|
| Uses of ListNode in org.jrubyparser.ast |
|---|
| Subclasses of ListNode in org.jrubyparser.ast | |
|---|---|
class |
ArrayNode
Represents an array. |
class |
BlockNode
Represents a block of nodes (read that as list). |
class |
DRegexpNode
A regexp which contains some expressions which will need to be evaluated everytime the regexp is used for a match. |
class |
DStrNode
A string which contains some dynamic elements which needs to be evaluated (introduced by #). |
class |
DSymbolNode
Node representing symbol in a form like ':"3jane"'. |
class |
DXStrNode
Dynamic backquote string. |
| Methods in org.jrubyparser.ast that return ListNode | |
|---|---|
ListNode |
ListNode.add(Node node)
|
ListNode |
ListNode.addAll(ListNode other)
Add all elements in other list to this list node. |
ListNode |
ListNode.addAll(Node other)
Add other element to this list |
ListNode |
CaseNode.getCases()
|
ListNode |
HashNode.getListNode()
Gets the listNode. |
ListNode |
ArgsNode.getOptional()
Gets the optional Arguments. |
ListNode |
MultipleAsgnNode.getPost()
|
ListNode |
ArgsNode.getPost()
|
ListNode |
MultipleAsgnNode.getPre()
|
ListNode |
ArgsNode.getPre()
Gets the required arguments at the beginning of the argument definition |
ListNode |
ListNode.prepend(Node node)
|
| Methods in org.jrubyparser.ast with parameters of type ListNode | |
|---|---|
ListNode |
ListNode.addAll(ListNode other)
Add all elements in other list to this list node. |
| Constructors in org.jrubyparser.ast with parameters of type ListNode | |
|---|---|
ArgsNode(SourcePosition position,
ListNode pre,
ListNode optional,
RestArgNode rest,
ListNode post,
ListNode keywords,
KeywordRestArgNode keywordRest,
BlockArgNode block)
|
|
CaseNode(SourcePosition position,
Node caseNode,
ListNode cases)
|
|
HashNode(SourcePosition position,
ListNode listNode)
|
|
MultipleAsgnNode(SourcePosition position,
ListNode pre,
Node rest)
|
|
MultipleAsgnNode(SourcePosition position,
ListNode pre,
Node rest,
ListNode post)
|
|
| Uses of ListNode in org.jrubyparser.parser |
|---|
| Methods in org.jrubyparser.parser that return ListNode | |
|---|---|
ListNode |
ArgsTailHolder.getKeywordArgs()
|
ListNode |
ParserSupport.list_append(Node list,
Node item)
|
ListNode |
ParserSupport.list_concat(Node first,
Node second)
|
| Methods in org.jrubyparser.parser with parameters of type ListNode | |
|---|---|
ArgsTailHolder |
ParserSupport.new_args_tail(SourcePosition position,
ListNode keywordArg,
Token keywordRestArgName,
BlockArgNode blockArg)
|
Node |
ParserSupport.new_args(SourcePosition position,
ListNode pre,
ListNode optional,
RestArgNode rest,
ListNode post,
ArgsTailHolder tail)
|
Node |
ParserSupport.new_args(SourcePosition position,
ListNode pre,
ListNode optional,
RestArgNode rest,
ListNode post,
BlockArgNode block)
|
| Constructors in org.jrubyparser.parser with parameters of type ListNode | |
|---|---|
ArgsTailHolder(SourcePosition position,
ListNode keywordArgs,
KeywordRestArgNode keywordRestArg,
BlockArgNode blockArg)
|
|
| Uses of ListNode in org.jrubyparser.rewriter |
|---|
| Methods in org.jrubyparser.rewriter with parameters of type ListNode | |
|---|---|
Object |
ReWriteVisitor.visitListNode(ListNode iVisited)
|
| Uses of ListNode in org.jrubyparser.util |
|---|
| Methods in org.jrubyparser.util with parameters of type ListNode | |
|---|---|
Object |
NoopVisitor.visitListNode(ListNode iVisited)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||