@Deprecated public class ExpReader extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
atend()
Deprecated.
|
int |
currToken()
Deprecated.
|
int |
getPos()
Deprecated.
|
String |
getValue()
Deprecated.
|
int |
nextToken()
Deprecated.
Collects the next token.
|
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
public ExpReader(String s)
public boolean atend()
public int currToken()
public int nextToken()
public String getValue()
public int getPos()
Copyright © 2017 etc.to. All rights reserved.