Uses of Class
org.apache.commons.el.StringLiteral

Packages that use StringLiteral
org.apache.commons.el   
org.apache.commons.el.parser   
 

Uses of StringLiteral in org.apache.commons.el
 

Methods in org.apache.commons.el that return StringLiteral
static StringLiteral StringLiteral.fromLiteralValue(String pValue)
          Returns a StringLiteral with the given string value
static StringLiteral StringLiteral.fromToken(String pToken)
          Returns a StringLiteral parsed from the given token (enclosed by single or double quotes)
 

Uses of StringLiteral in org.apache.commons.el.parser
 

Methods in org.apache.commons.el.parser that return StringLiteral
 StringLiteral ELParser.StringLiteral()
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.