|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttinytl.TTLStepExpr
public class TTLStepExpr
| Field Summary | |
|---|---|
private TTLDirection |
dir
Fields |
private TTLNodeExpr |
matchs
|
| Constructor Summary | |
|---|---|
TTLStepExpr()
Creates a new instance of TTLStepExpr |
|
| Method Summary | |
|---|---|
TTLDirection |
getDir()
|
TTLNodeExpr |
getMatchs()
|
void |
setDir(TTLDirection dir)
|
void |
setMatchs(TTLNodeExpr matchs)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TTLDirection dir
private TTLNodeExpr matchs
| Constructor Detail |
|---|
public TTLStepExpr()
| Method Detail |
|---|
public TTLDirection getDir()
public void setDir(TTLDirection dir)
dir - The dir to set.public TTLNodeExpr getMatchs()
public void setMatchs(TTLNodeExpr matchs)
matchs - The matchs to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||