Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Statement |
InterningCallback.intern(LiteralValue<?> literalValue)
Intern the supplied
LiteralValue . |
Statement |
Context.intern(LiteralValue<?> literalValue) |
Modifier and Type | Method and Description |
---|---|
BlockBuilder<CaseBlockBuilder> |
CaseBlockBuilder.case_(LiteralValue<Enum<?>> value) |
Modifier and Type | Method and Description |
---|---|
BlockBuilder<CaseBlockBuilder> |
SwitchBlockBuilderImpl.case_(LiteralValue<Enum<?>> value) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchBlock.addCase(LiteralValue<?> value) |
BlockStatement |
SwitchBlock.getCaseBlock(LiteralValue<?> value) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.