Exemplo n.º 1
0
 public BooleanValue parseExpression()
 {
     return(new BooleanValue(StatementParser.parseStatement(logicOrder, lineNumber, currentScope)));
 }
Exemplo n.º 2
0
 public bool makeComparison(int lineNumber, bool changeValue = true)
 {
     return(StatementParser.parseStatement(theStatement, lineNumber, getTargetScope()));
 }