public class LambdaNode extends IterNode
Constructor and Description |
---|
LambdaNode(ISourcePosition position,
ArgsNode args,
Node body,
StaticScope scope) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor visitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
ArgsNode |
getArgs() |
Node |
getBody() |
NodeType |
getNodeType() |
getArgumentType, getBodyNode, getScope, getVarNode
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public LambdaNode(ISourcePosition position, ArgsNode args, Node body, StaticScope scope)
public NodeType getNodeType()
getNodeType
in class IterNode
public ArgsNode getArgs()
public Node getBody()
public Object accept(NodeVisitor visitor)
IterNode
public List<Node> childNodes()
childNodes
in class IterNode
Copyright © 2001-2015 JRuby. All Rights Reserved.