Class RealReversePathAST


  • public class RealReversePathAST
    extends ReversePathAST
    RealReversePathAST represents a non-null reverse path.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      PathAST pathAST  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • RealReversePathAST

        public RealReversePathAST​(int position,
                                  PathAST pathAST)