org.jboss.jsfunit.analysis.el
Class ELBundle

java.lang.Object
  extended by org.jboss.jsfunit.analysis.el.ELBundle

public class ELBundle
extends Object

An EL-expression bundled with information about its physical location.

Since:
1.0
Author:
Jason

Constructor Summary
ELBundle(String expression, File file, String attr, int startIndex)
           
 
Method Summary
 String getAttr()
           
 String getExpression()
           
 File getFile()
           
 String getName()
          Convenience method that returns a uniquely identifying name for the expression.
 int getStartIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELBundle

public ELBundle(String expression,
                File file,
                String attr,
                int startIndex)
Method Detail

getExpression

public String getExpression()

getFile

public File getFile()

getAttr

public String getAttr()

getStartIndex

public int getStartIndex()

getName

public String getName()
Convenience method that returns a uniquely identifying name for the expression.

Returns:
A uniquely identifying name.


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.