public class ClassVarDeclNode extends AssignableNode implements INameNode
Constructor and Description |
---|
ClassVarDeclNode(ISourcePosition position,
java.lang.String name,
Node valueNode) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern.
|
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block block,
boolean checkArity) |
java.util.List<Node> |
childNodes() |
java.lang.String |
getName()
Gets the name.
|
NodeType |
getNodeType() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
definition, getArity, getValueNode, setValueNode
createList, getNodeName, getPosition, setPosition, toString
public ClassVarDeclNode(ISourcePosition position, java.lang.String name, Node valueNode)
public NodeType getNodeType()
getNodeType
in class Node
public java.lang.Object accept(NodeVisitor iVisitor)
public java.lang.String getName()
public java.util.List<Node> childNodes()
childNodes
in class Node
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
public IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block block, boolean checkArity)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.