public abstract class ASTNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fStringValue |
| Modifier | Constructor and Description |
|---|---|
protected |
ASTNode(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dependsOn(String variableName) |
ASTNode |
derivative(String variableName) |
abstract boolean |
equals(Object obj) |
String |
getString()
Returns the parsed string of this node.
|
int |
hashCode() |
String |
toString() |
protected final String fStringValue
protected ASTNode(String value)
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.