isValid abstract method

int isValid(
  1. int pExpression
)

Check whether an expression is valid

Implementation

int isValid(int pExpression);