Class AstValue.Target

  • Enclosing class:
    AstValue

    protected static class AstValue.Target
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object base  
      protected Node suffixNode  
    • Constructor Summary

      Constructors 
      Constructor Description
      Target​(java.lang.Object base, Node suffixNode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isMethodCall()  
      • Methods inherited from class java.lang.Object

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

      • base

        protected java.lang.Object base
      • suffixNode

        protected Node suffixNode
    • Constructor Detail

      • Target

        Target​(java.lang.Object base,
               Node suffixNode)
    • Method Detail

      • isMethodCall

        boolean isMethodCall()