debugger.resources.pr
Class RuleModel.RuleName

java.lang.Object
  extended bydebugger.resources.pr.RuleModel.RuleName
Enclosing class:
RuleModel

class RuleModel.RuleName
extends Object


Field Summary
private  RightHandSide rhs
           
 
Constructor Summary
RuleModel.RuleName(RightHandSide rhs)
           
 
Method Summary
 boolean equals(Object obj)
          Compares this RuleName to another RuleName or String.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rhs

private final RightHandSide rhs
Constructor Detail

RuleModel.RuleName

public RuleModel.RuleName(RightHandSide rhs)
Method Detail

toString

public String toString()
Returns:
String representation of this rule name

equals

public boolean equals(Object obj)
Compares this RuleName to another RuleName or String. Assumes null != null.