public class IdrisObject extends Object
| Constructor and Description |
|---|
IdrisObject(int constructorId,
Object... data)
Create a new Idris data object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructorId()
Get the constructor id.
|
Object[] |
getData()
Get the data stored in this object.
|
public IdrisObject(int constructorId,
Object... data)
constructorId - id of the chosen constructordata - member datapublic int getConstructorId()
public Object[] getData()
Copyright © 2014. All Rights Reserved.