|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.template.ExpReader
@Deprecated public class ExpReader
VERY OLD - DO NOT USE This class reads the input stream and returns substrings for the tokens found...
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 |
---|
public static final int tvEof
public static final int tvLit
public static final int tvExpand
public static final int tvLoop
public static final int tvEndLoop
public static final int tvIfNot
public static final int tvEndIfNot
public static final int tvIf
public static final int tvEndIf
Constructor Detail |
---|
public ExpReader(java.lang.String s)
Method Detail |
---|
public boolean atend()
public int currToken()
public int nextToken()
public java.lang.String getValue()
public int getPos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |