Class PhantomNodeLogic


  • @Deprecated
    public class PhantomNodeLogic
    extends java.lang.Object
    Deprecated.
    This class is no longer used phantom node are now an attribute of each node
    We want to recognize and ignore "phantom" nodes, like the fake type of variable in FieldDeclaration
    • Constructor Summary

      Constructors 
      Constructor Description
      PhantomNodeLogic()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void cleanUpCache()
      Deprecated.
      Clean up the cache used by the LexicalPreserving logic.
      • Methods inherited from class java.lang.Object

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

      • PhantomNodeLogic

        public PhantomNodeLogic()
        Deprecated.
    • Method Detail

      • cleanUpCache

        public static void cleanUpCache()
        Deprecated.
        Clean up the cache used by the LexicalPreserving logic. This should only be used once you're done printing all parsed data with a JavaParser's configuration setLexicalPreservationEnabled=true.