Package org.eclipse.cdt.core.dom.ast
Class ASTTypeMatcher
- java.lang.Object
-
- org.eclipse.cdt.core.dom.ast.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 booleanisEquivalent(java.lang.Object o1, java.lang.Object o2)Returnstrueif the two objects are equal or represent the same type.
-
-
-
Method Detail
-
isEquivalent
public boolean isEquivalent(java.lang.Object o1, java.lang.Object o2)Returnstrueif the two objects are equal or represent the same type.- Specified by:
isEquivalentin interfaceIObjectMatcher
-
-