Documentation of 'org.matheclipse.parser.client.ast.ASTNode' Java class
ASTNode
org.matheclipse.parser.client.ast

Class ASTNode

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean dependsOn(java.lang.String variableName) 
      boolean equals(java.lang.Object obj) 
      java.lang.String getString()
      Returns the parsed string of this node.
      int hashCode() 
      boolean isFree(ASTNode n) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getString

        public java.lang.String getString()
        Returns the parsed string of this node.
        Returns:
        null if there's another representation in the derived class
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • dependsOn

        public boolean dependsOn(java.lang.String variableName)
      • isFree

        public boolean isFree(ASTNode n)
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.