Uses of Class
org.jbpm.jpdl.el.impl.StringLiteral

Packages that use StringLiteral
org.jbpm.jpdl.el.impl implementation classes for expression language resolving. 
org.jbpm.jpdl.el.parser parser classes for expression language resolving. 
 

Uses of StringLiteral in org.jbpm.jpdl.el.impl
 

Methods in org.jbpm.jpdl.el.impl 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.jbpm.jpdl.el.parser
 

Methods in org.jbpm.jpdl.el.parser that return StringLiteral
 StringLiteral ELParser.StringLiteral()
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.