org.jboss.errai.codegen.literal
Class ArrayLiteral
java.lang.Object
org.jboss.errai.codegen.literal.LiteralValue<Object>
org.jboss.errai.codegen.literal.ArrayLiteral
- All Implemented Interfaces:
- Statement
public class ArrayLiteral
- extends LiteralValue<Object>
Renders an array back to it's canonical Java-based literal representation, assuming the contents
of the array can be represented as such.
- Author:
- Mike Brock , Christian Sadilek
ArrayLiteral
public ArrayLiteral(Object value)
getCanonicalString
public String getCanonicalString(Context context)
- Specified by:
getCanonicalString
in class LiteralValue<Object>
getType
public MetaClass getType()
- Specified by:
getType
in interface Statement
- Overrides:
getType
in class LiteralValue<Object>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.