org.eclipse.palamedes.kif.core.ast
Class ASTMatcher

java.lang.Object
  extended by org.eclipse.palamedes.kif.core.ast.ASTMatcher

public class ASTMatcher
extends java.lang.Object


Constructor Summary
ASTMatcher()
           
 
Method Summary
 boolean match(ASTNode node, java.lang.Object match)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTMatcher

public ASTMatcher()
Method Detail

match

public boolean match(ASTNode node,
                     java.lang.Object match)