Errai 3.0.1-SNAPSHOT

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

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

Uses of LiteralValue in org.jboss.errai.codegen
 

Methods in org.jboss.errai.codegen with parameters of type LiteralValue
 Statement InterningCallback.intern(LiteralValue<?> literalValue)
          Intern the supplied LiteralValue.
 Statement Context.intern(LiteralValue<?> literalValue)
           
 

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

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

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

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

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

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

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

Subclasses of LiteralValue in org.jboss.errai.codegen.literal
 class AnnotationLiteral
           
 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 ListValue
           
 class LongValue
           
 class MapValue
           
 class MetaClassLiteral
           
 class NullLiteral
           
 class SetValue
           
 class ShortValue
           
 class StringLiteral
           
 

Methods in org.jboss.errai.codegen.literal that return LiteralValue
static LiteralValue<?> LiteralFactory.getLiteral(Context context, Object o)
          Returns a literal value (specialization of Statement) representing the given object in the given context.
static LiteralValue<?> LiteralFactory.getLiteral(Object o)
          Returns a literal value (specialization of Statement) representing the given object in the given context.
static LiteralValue<?> LiteralFactory.isLiteral(Object o)
          Returns a literal value (specialization of Statement) representing the given object in the given context, or null if the value is not literalizable.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.