Class Template.Part

    • Constructor Summary

      Constructors 
      Constructor Description
      Part()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean equals​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface software.amazon.smithy.rulesengine.language.eval.TypeCheck

        typeCheck
    • Constructor Detail

      • Part

        public Part()
    • Method Detail

      • equals

        public abstract boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object