org.eclipse.cdt.core.dom.ast
Class ASTTypeMatcher
java.lang.Object
org.eclipse.cdt.core.dom.ast.ASTTypeMatcher
- All Implemented Interfaces:
- org.eclipse.cdt.core.parser.util.IObjectMatcher
public class ASTTypeMatcher
- extends Object
- implements org.eclipse.cdt.core.parser.util.IObjectMatcher
Method Summary |
boolean |
isEquivalent(Object o1,
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 |
ASTTypeMatcher
public ASTTypeMatcher()
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 org.eclipse.cdt.core.parser.util.IObjectMatcher
Copyright (c) IBM Corp. and others 2004, 2010. All Rights Reserved.