Class ContextGetterDecl

    • Field Detail

      • signature

        public final boolean signature
    • Method Detail

      • getArgType

        public String getArgType()
        Not used for output; just used to distinguish between decl types to avoid dups.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Decl
      • equals

        public boolean equals​(Object obj)
        Make sure that a getter does not equal a label. X() and X are ok. OTOH, treat X() with two diff return values as the same. Treat two X() with diff args as different.
        Overrides:
        equals in class Decl