Uses of Class
tico.interpreter.components.TInterpreterOval

Packages that use TInterpreterOval
tico.interpreter   
 

Uses of TInterpreterOval in tico.interpreter
 

Methods in tico.interpreter that return types with arguments of type TInterpreterOval
 java.util.ArrayList<TInterpreterOval> TInterpreterBoard.getOvalList()
           
 

Methods in tico.interpreter with parameters of type TInterpreterOval
 void TInterpreterBoard.insertOval(TInterpreterOval oval)
           
 

Method parameters in tico.interpreter with type arguments of type TInterpreterOval
 void TInterpreterBoard.setOvalList(java.util.ArrayList<TInterpreterOval> newOvalList)