org.mesopotamia.util
Class MatchPath

java.lang.Object
  extended by org.mesopotamia.util.MatchPath

public class MatchPath
extends java.lang.Object


Constructor Summary
MatchPath(RuleDefinition owner, AST node)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContextType()
           
 RuleDefinition getOwner()
           
 java.lang.String getTokenType()
           
 int hashCode()
           
 boolean isNegation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchPath

public MatchPath(RuleDefinition owner,
                 AST node)
Parameters:
owner -
node -
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getContextType

public java.lang.String getContextType()

getTokenType

public java.lang.String getTokenType()

getOwner

public RuleDefinition getOwner()

isNegation

public boolean isNegation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 Hammurapi Group. All Rights Reserved.