Deprecated
Modifier and Type | Field and Description |
---|---|
private final RubySymbol |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public <T> T | accept(NodeVisitor<T>
the visitor iVisitor)Implements abstract org. Accept for the visitor pattern. |
public List | |
public RubySymbol | |
public NodeType | |
public boolean | needsDefinitionCheck()
Overrides org. Check whether the given node is considered always "defined" or whether it has some form of definition check. |
name | back to summary |
---|---|
private final RubySymbol name |
ClassVarDeclNode | back to summary |
---|---|
public ClassVarDeclNode(int line, RubySymbol name, Node valueNode) |
accept | back to summary |
---|---|
public <T> T accept(NodeVisitor<T> iVisitor) Implements abstract org. Accept for the visitor pattern.
|
childNodes | back to summary |
---|---|
public List Implements abstract org. |
getName | back to summary |
---|---|
public RubySymbol getName() Implements org. Gets the name.
|
getNodeType | back to summary |
---|---|
public NodeType getNodeType() Implements abstract org.
|
needsDefinitionCheck | back to summary |
---|---|
public boolean needsDefinitionCheck() Overrides org. Doc from org. Check whether the given node is considered always "defined" or whether it has some form of definition check.
|