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

Packages that use Literal
org.jbpm.jpdl.el.impl   
org.jbpm.jpdl.el.parser   
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.