Class ASTTypeMatcher

  • All Implemented Interfaces:
    IObjectMatcher

    public class ASTTypeMatcher
    extends java.lang.Object
    implements IObjectMatcher
    Restriction:
    This class is not intended to be subclassed by clients.
    • Constructor Summary

      Constructors 
      Constructor Description
      ASTTypeMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEquivalent​(java.lang.Object o1, java.lang.Object o2)
      Returns true if the two objects are equal or represent the same type.
      • Methods inherited from class java.lang.Object

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

      • ASTTypeMatcher

        public ASTTypeMatcher()
    • Method Detail

      • isEquivalent

        public boolean isEquivalent​(java.lang.Object o1,
                                    java.lang.Object o2)
        Returns true if the two objects are equal or represent the same type.
        Specified by:
        isEquivalent in interface IObjectMatcher