public abstract class PrimitiveNode<T> extends Object implements INode, Comparable<T>
| Constructor and Description |
|---|
PrimitiveNode(T value) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(INodeVisitor visitor) |
int |
compareTo(T other) |
boolean |
equals(Object obj) |
boolean |
equals(PrimitiveNode<T> other) |
int |
hashCode() |
String |
toString() |
public T value
public PrimitiveNode(T value)
public boolean equals(Object obj)
public int compareTo(T other)
compareTo in interface Comparable<T>public boolean equals(PrimitiveNode<T> other)
public String toString()
public abstract void accept(INodeVisitor visitor)
Copyright © 2017. All Rights Reserved.