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