|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterNode | |
|---|---|
| org.jrubyparser | |
| org.jrubyparser.ast | |
| org.jrubyparser.parser | |
| org.jrubyparser.rewriter | |
| org.jrubyparser.util | |
| Uses of IterNode in org.jrubyparser |
|---|
| Methods in org.jrubyparser with parameters of type IterNode | |
|---|---|
Object |
NodeVisitor.visitIterNode(IterNode iVisited)
|
| Uses of IterNode in org.jrubyparser.ast |
|---|
| Subclasses of IterNode in org.jrubyparser.ast | |
|---|---|
class |
ForNode
A 'for' statement. |
class |
LambdaNode
Stubby lambda node (1.9 only) |
class |
PostExeNode
Captures END statements (END {...}) |
class |
PreExe19Node
A pre-execution construction (BEGIN { ... |
class |
PreExeNode
A pre-execution construction (BEGIN { ... |
| Methods in org.jrubyparser.ast that return IterNode | |
|---|---|
IterNode |
Node.getInnermostIter()
Return closest iter node unless this is contained within a non-block scope and then return null instead. |
IterNode |
Node.getOutermostIter()
|
| Uses of IterNode in org.jrubyparser.parser |
|---|
| Methods in org.jrubyparser.parser that return IterNode | |
|---|---|
IterNode |
ParserSupport.new_iter(SourcePosition position,
Node vars,
StaticScope scope,
Node body)
|
| Uses of IterNode in org.jrubyparser.rewriter |
|---|
| Methods in org.jrubyparser.rewriter with parameters of type IterNode | |
|---|---|
Object |
ReWriteVisitor.visitIterNode(IterNode iVisited)
|
| Uses of IterNode in org.jrubyparser.util |
|---|
| Methods in org.jrubyparser.util with parameters of type IterNode | |
|---|---|
Object |
NoopVisitor.visitIterNode(IterNode iVisited)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||