public class IntNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Constructor and Description |
|---|
IntNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObjectValue() |
int |
getValue() |
void |
setValue(int aValue) |
public Object getObjectValue()
getObjectValue in class Nodepublic int getValue()
public void setValue(int aValue)
Copyright © 2008-2016. All Rights Reserved.