net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.regexp
Class ExpressionInfo

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.regexp.ExpressionInfo

public class ExpressionInfo
extends Object


Nested Class Summary
static class ExpressionInfo.ElType
           
 
Constructor Summary
ExpressionInfo(String expression, ExpressionInfo.ElType type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getExpression()
           
 ExpressionInfo.ElType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionInfo

public ExpressionInfo(String expression,
                      ExpressionInfo.ElType type)
Method Detail

getType

public ExpressionInfo.ElType getType()

getExpression

public String getExpression()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.