Class TypeIsExpression

    • Constructor Detail

      • TypeIsExpression

        public TypeIsExpression()
        Base constructor sets type to BooleanType.
    • Method Detail

      • setLHS

        public void setLHS​(Expression e)
        Parameters:
        e - The expression for the left-hand-side operand.
      • setRHS

        public void setRHS​(TypeLiteral e)
        Parameters:
        e - The expression for the right-hand-side operand.
      • toString

        public String toString()
        Description copied from class: Expression
        Subclasses should return a String representing the parsed expression.
        Specified by:
        toString in class Expression