tinytl
Class TTLStepExpr

java.lang.Object
  extended by tinytl.TTLStepExpr

public class TTLStepExpr
extends java.lang.Object


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

dir

private TTLDirection dir
Fields


matchs

private TTLNodeExpr matchs
Constructor Detail

TTLStepExpr

public TTLStepExpr()
Creates a new instance of TTLStepExpr

Method Detail

getDir

public TTLDirection getDir()
Returns:
Returns the dir.

setDir

public void setDir(TTLDirection dir)
Parameters:
dir - The dir to set.

getMatchs

public TTLNodeExpr getMatchs()
Returns:
Returns the matchs.

setMatchs

public void setMatchs(TTLNodeExpr matchs)
Parameters:
matchs - The matchs to set.