to.etc.template
Class ExpReader

java.lang.Object
  extended by to.etc.template.ExpReader

Deprecated.

@Deprecated
public class ExpReader
extends java.lang.Object

VERY OLD - DO NOT USE This class reads the input stream and returns substrings for the tokens found...

Author:
Frits Jalvingh

Field Summary
static int tvEndIf
          Deprecated.  
static int tvEndIfNot
          Deprecated.  
static int tvEndLoop
          Deprecated.  
static int tvEof
          Deprecated.  
static int tvExpand
          Deprecated.  
static int tvIf
          Deprecated.  
static int tvIfNot
          Deprecated.  
static int tvLit
          Deprecated.  
static int tvLoop
          Deprecated.  
 
Constructor Summary
ExpReader(java.lang.String s)
          Deprecated.  
 
Method Summary
 boolean atend()
          Deprecated.  
 int currToken()
          Deprecated.  
 int getPos()
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  
 int nextToken()
          Deprecated. Collects the next token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tvEof

public static final int tvEof
Deprecated. 
See Also:
Constant Field Values

tvLit

public static final int tvLit
Deprecated. 
See Also:
Constant Field Values

tvExpand

public static final int tvExpand
Deprecated. 
See Also:
Constant Field Values

tvLoop

public static final int tvLoop
Deprecated. 
See Also:
Constant Field Values

tvEndLoop

public static final int tvEndLoop
Deprecated. 
See Also:
Constant Field Values

tvIfNot

public static final int tvIfNot
Deprecated. 
See Also:
Constant Field Values

tvEndIfNot

public static final int tvEndIfNot
Deprecated. 
See Also:
Constant Field Values

tvIf

public static final int tvIf
Deprecated. 
See Also:
Constant Field Values

tvEndIf

public static final int tvEndIf
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ExpReader

public ExpReader(java.lang.String s)
Deprecated. 
Method Detail

atend

public boolean atend()
Deprecated. 

currToken

public int currToken()
Deprecated. 

nextToken

public int nextToken()
Deprecated. 
Collects the next token.


getValue

public java.lang.String getValue()
Deprecated. 

getPos

public int getPos()
Deprecated.