Uses of Class
com.ssv.test.airbase.contest.Execution

Packages that use Execution
com.ssv.test.airbase.contest Этот пакет содержит проект интерпретатора простого процедурного языка CT. 
com.ssv.test.airbase.contest.operators Этот пакет содержит имплементацию операторов языка. 
 

Uses of Execution in com.ssv.test.airbase.contest
 

Methods in com.ssv.test.airbase.contest with parameters of type Execution
 void Operator.generate(Execution execution)
          Вставляет код оператора в схему исполнения.
 

Uses of Execution in com.ssv.test.airbase.contest.operators
 

Methods in com.ssv.test.airbase.contest.operators with parameters of type Execution
 void WhileOperator.generate(Execution execution)
           
 void NoOperation.generate(Execution execution)
           
 void Marker.generate(Execution execution)
           
 void IfOperator.generate(Execution execution)
           
 void GotoOperator.generate(Execution execution)
           
 void FunctionOperator.generate(Execution execution)
           
 void ExpressionOperator.generate(Execution execution)
           
 void BlockOperator.generate(Execution execution)