Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast
Class ASTTypeMatcher

java.lang.Object
  extended by org.eclipse.cdt.core.dom.ast.ASTTypeMatcher
All Implemented Interfaces:
org.eclipse.cdt.core.parser.util.IObjectMatcher

public class ASTTypeMatcher
extends java.lang.Object
implements org.eclipse.cdt.core.parser.util.IObjectMatcher


Constructor Summary
ASTTypeMatcher()
           
 
Method Summary
 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 org.eclipse.cdt.core.parser.util.IObjectMatcher

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.