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

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

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

Subclasses of Literal in org.jbpm.jpdl.el.impl
 class BooleanLiteral
          An expression representing a boolean literal value
 class FloatingPointLiteral
          An expression representing a floating point literal value.
 class IntegerLiteral
          An expression representing an integer literal value.
 class NullLiteral
          An expression representing a null literal value
 class StringLiteral
          An expression representing a String literal value.
 

Uses of Literal in org.jbpm.jpdl.el.parser
 

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



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