Class DrlxParseUtil.RemoveRootNodeResult

  • Enclosing class:
    DrlxParseUtil

    public static class DrlxParseUtil.RemoveRootNodeResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveRootNodeResult​(java.util.Optional<com.github.javaparser.ast.expr.Expression> rootNode, com.github.javaparser.ast.expr.Expression withoutRootNode, com.github.javaparser.ast.expr.Expression firstChild)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      com.github.javaparser.ast.expr.Expression getFirstChild()  
      java.util.Optional<com.github.javaparser.ast.expr.Expression> getRootNode()  
      com.github.javaparser.ast.expr.Expression getWithoutRootNode()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoveRootNodeResult

        public RemoveRootNodeResult​(java.util.Optional<com.github.javaparser.ast.expr.Expression> rootNode,
                                    com.github.javaparser.ast.expr.Expression withoutRootNode,
                                    com.github.javaparser.ast.expr.Expression firstChild)
    • Method Detail

      • getRootNode

        public java.util.Optional<com.github.javaparser.ast.expr.Expression> getRootNode()
      • getWithoutRootNode

        public com.github.javaparser.ast.expr.Expression getWithoutRootNode()
      • getFirstChild

        public com.github.javaparser.ast.expr.Expression getFirstChild()
      • toString

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

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

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