| Package | Description |
|---|---|
| aterm | |
| aterm.pure | |
| aterm.pure.binary |
| Modifier and Type | Method and Description |
|---|---|
ATermReal |
ATermFactory.makeReal(double val)
Creates a new ATermReal object
|
| Modifier and Type | Method and Description |
|---|---|
Visitable |
ATermFwd.visitReal(ATermReal arg) |
Visitable |
Visitor.visitReal(ATermReal arg) |
Visitable |
ATermFwdVoid.visitReal(ATermReal arg) |
void |
ATermFwdVoid.voidVisitReal(ATermReal arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ATermRealImpl |
| Modifier and Type | Method and Description |
|---|---|
ATermReal |
PureFactory.makeReal(double val) |
ATermReal |
PureFactory.makeReal(double value,
ATermList annos) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.voidVisitReal(ATermReal arg)
Serializes the given real.
|
Copyright © 2012 CWI. All Rights Reserved.