org.jboss.jsfunit.analysis.el
Class ELBundle
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELBundle
public ELBundle(String expression,
File file,
String attr,
int startIndex)
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.