DataValue.Type| Constructor and Description |
|---|
IntegerValue(Integer value)
Creates a new IntegerValue instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
public IntegerValue(Integer value)
public void accept(DataValueVisitor visitor)
Copyright © 2020 The Cornutum Project. All rights reserved.