Variable ConditionalStatement.compileCondition

class ConditionalStatement
{
  // ...
  CompileCondition compileCondition;
  // ...
}