public class InNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
InNode(int line,
Node expr,
Node body,
Node nextCase) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
java.util.List<Node> |
childNodes() |
Node |
getBody() |
Node |
getExpression() |
Node |
getNextCase() |
NodeType |
getNodeType() |
boolean |
isSinglePattern() |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic Node getExpression()
public Node getBody()
public Node getNextCase()
public boolean isSinglePattern()
public <T> T accept(NodeVisitor<T> visitor)
public java.util.List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class NodeCopyright © 2001-2023 JRuby. All Rights Reserved.