public class FindPatternNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
FindPatternNode(int line,
Node preRestArg,
ListNode args,
Node postRestArg) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
java.util.List<Node> |
childNodes() |
ListNode |
getArgs() |
Node |
getConstant() |
NodeType |
getNodeType() |
Node |
getPostRestArg() |
Node |
getPreRestArg() |
boolean |
hasConstant() |
void |
setConstant(Node constant) |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic <T> T accept(NodeVisitor<T> visitor)
public java.util.List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class Nodepublic void setConstant(Node constant)
public boolean hasConstant()
public Node getConstant()
public ListNode getArgs()
public Node getPreRestArg()
public Node getPostRestArg()
Copyright © 2001-2023 JRuby. All Rights Reserved.