public class ClassVarAsgnNode extends AssignableNode implements INameNode
containsVariableAssignment| Constructor and Description |
|---|
ClassVarAsgnNode(ISourcePosition position,
String name,
Node valueNode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
String |
getName()
Gets the name.
|
NodeType |
getNodeType() |
boolean |
needsDefinitionCheck()
Check whether the given node is considered always "defined" or whether it
has some form of definition check.
|
getValueNode, setValueNodecontainsVariableAssignment, createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, setPosition, toString, toStringpublic ClassVarAsgnNode(ISourcePosition position, String name, Node valueNode)
name - id of the class variable to assign tovalueNode - Node used to compute the new value when the assignment is evaledpublic NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public String getName()
public List<Node> childNodes()
childNodes in class Nodepublic boolean needsDefinitionCheck()
NodeneedsDefinitionCheck in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.