public class SClassNode extends Node
class << anObject end
containsVariableAssignment, newline
Constructor and Description |
---|
SClassNode(ISourcePosition position,
Node recvNode,
StaticScope scope,
Node bodyNode,
int endLine) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
Node |
getBodyNode()
Gets the body of this class.
|
int |
getEndLine()
Gets line where the 'end' was for this module.
|
NodeType |
getNodeType() |
Node |
getReceiverNode()
Gets the receiverNode.
|
StaticScope |
getScope()
Gets the scope of this class
|
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public SClassNode(ISourcePosition position, Node recvNode, StaticScope scope, Node bodyNode, int endLine)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public Node getBodyNode()
public int getEndLine()
public StaticScope getScope()
public Node getReceiverNode()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.