Class XMLCast

    • Method Detail

      • getExpression

        public Expression getExpression()
      • setExpression

        public void setExpression​(Expression expression)
      • acceptVisitor

        public void acceptVisitor​(LanguageVisitor visitor)
        Description copied from interface: LanguageObject
        Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.
        Specified by:
        acceptVisitor in interface LanguageObject
        Parameters:
        visitor - Visitor being used
      • getTypeName

        public String getTypeName()
      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Get the return type of this expression.
        Specified by:
        getType in interface Expression
        Returns:
        Java class may be null prior to being resolved
      • setType

        public void setType​(Class<?> type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object