containsVariableAssignment, newline| Constructor and Description |
|---|
LambdaNode(int line,
ArgsNode args,
Node body,
StaticScope scope,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
ArgsNode |
getArgs() |
Node |
getBody() |
NodeType |
getNodeType() |
getArgsNode, getBodyNode, getEndLine, getScope, getVarNodecontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic LambdaNode(int line,
ArgsNode args,
Node body,
StaticScope scope,
int endLine)
public NodeType getNodeType()
getNodeType in class IterNodepublic ArgsNode getArgs()
public Node getBody()
public <T> T accept(NodeVisitor<T> visitor)
IterNodepublic java.util.List<Node> childNodes()
childNodes in class IterNodeCopyright © 2001-2022 JRuby. All Rights Reserved.