Uses of Class
org.jboss.errai.ioc.rebind.ioc.codegen.literal.LiteralValue

Packages that use LiteralValue
org.jboss.errai.ioc.rebind.ioc.codegen.builder   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.control   
org.jboss.errai.ioc.rebind.ioc.codegen.literal   
 

Uses of LiteralValue in org.jboss.errai.ioc.rebind.ioc.codegen.builder
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder with parameters of type LiteralValue
 BlockBuilder<CaseBlockBuilder> CaseBlockBuilder.case_(LiteralValue<Enum<?>> value)
           
 

Uses of LiteralValue in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl with parameters of type LiteralValue
 BlockBuilder<CaseBlockBuilder> SwitchBlockBuilderImpl.case_(LiteralValue<Enum<?>> value)
           
 

Uses of LiteralValue in org.jboss.errai.ioc.rebind.ioc.codegen.control
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.control with parameters of type LiteralValue
 void SwitchBlock.addCase(LiteralValue<?> value)
           
 BlockStatement SwitchBlock.getCaseBlock(LiteralValue<?> value)
           
 

Uses of LiteralValue in org.jboss.errai.ioc.rebind.ioc.codegen.literal
 

Subclasses of LiteralValue in org.jboss.errai.ioc.rebind.ioc.codegen.literal
 class ArrayLiteral
          Renders an array back to it's canonical Java-based literal representation, assuming the contents of the array can be represented as such.
 class BooleanValue
           
 class ByteValue
           
 class CharValue
           
 class ClassLiteral
           
 class DoubleValue
           
 class FloatValue
           
 class IntValue
           
 class LongValue
           
 class NullLiteral
           
 class ShortValue
           
 class StringLiteral
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.literal that return LiteralValue
static LiteralValue<?> LiteralFactory._getLiteral(Object o)
           
static LiteralValue<?> LiteralFactory.getLiteral(Object o)
           
static LiteralValue<?> LiteralFactory.isLiteral(Object o)
           
 



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