The Meta-Environment API

aterm
Interface ATermLong

All Superinterfaces:
ATerm, Identifiable, jjtraveler.Visitable
All Known Implementing Classes:
ATermLongImpl

public interface ATermLong
extends ATerm

This interface describes the functionality of an ATermLong

Author:
Antoine Reilles (reilles@loria.fr)

Field Summary
 
Fields inherited from interface aterm.ATerm
AFUN, APPL, BLOB, INT, LIST, LONG, PLACEHOLDER, REAL
 
Method Summary
 long getLong()
          Gets the long value from this term.
 
Methods inherited from interface aterm.ATerm
equals, getAnnotation, getAnnotations, getFactory, getType, hasAnnotations, hashCode, isEqual, make, match, match, removeAnnotation, removeAnnotations, setAnnotation, setAnnotations, toString, writeToSharedTextFile, writeToTextFile
 
Methods inherited from interface aterm.Visitable
accept
 
Methods inherited from interface jjtraveler.Visitable
getChildAt, getChildCount, setChildAt
 
Methods inherited from interface aterm.Identifiable
getUniqueIdentifier
 

Method Detail

getLong

long getLong()
Gets the long value from this term.

Returns:
the long value from this term.

The Meta-Environment API