Class ASTTypeMatcher

  • All Implemented Interfaces:
    IObjectMatcher

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

      • ASTTypeMatcher

        public ASTTypeMatcher()
    • Method Detail

      • isEquivalent

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