faa.tg.prep.aces
Class AcesObject

java.lang.Object
  extended by faa.tg.prep.aces.AcesObject

Deprecated. use AcesToken

public class AcesObject
extends java.lang.Object

   This object is returned by the faa.tg.prep.aces.Parser.getNextToken()
   method. It represents a single Token from the Parser Token stream.
   use AcesToken for future work.

  See the source:  AcesObject.java 

  

Version:
$id: $
Author:
Michael E Ross
See Also:
Parser, AcesToken

Field Summary
static java.lang.String CVS_VERSION_ID
          Deprecated. The CVS Version ID
private  java.lang.Integer lineno
          Deprecated.  
private  java.lang.String token
          Deprecated.  
 
Constructor Summary
AcesObject(java.lang.String token, java.lang.String lineno)
          Deprecated. Construct a new token (AcesObject)
 
Method Summary
 java.lang.String getLineNo()
          Deprecated.  
 java.lang.String getToken()
          Deprecated.  
 boolean isKey()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
Deprecated. 
The CVS Version ID

See Also:
Constant Field Values

token

private java.lang.String token
Deprecated. 

lineno

private java.lang.Integer lineno
Deprecated. 
Constructor Detail

AcesObject

public AcesObject(java.lang.String token,
                  java.lang.String lineno)
Deprecated. 
Construct a new token (AcesObject)

Parameters:
token - the string repesentation of this token
linno - the linenuber from the Aces data stream from whih the token was found.
Method Detail

getLineNo

public final java.lang.String getLineNo()
Deprecated. 

getToken

public final java.lang.String getToken()
Deprecated. 

isKey

public final boolean isKey()
Deprecated.