Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.literal
Class NullLiteral

java.lang.Object
  extended by org.jboss.errai.codegen.literal.LiteralValue<Object>
      extended by org.jboss.errai.codegen.literal.NullLiteral
All Implemented Interfaces:
Statement

public class NullLiteral
extends LiteralValue<Object>

Author:
Mike Brock

Field Summary
static NullLiteral INSTANCE
           
 
Fields inherited from class org.jboss.errai.codegen.literal.LiteralValue
clazz
 
Method Summary
 String getCanonicalString(Context context)
           
 MetaClass getType()
           
 
Methods inherited from class org.jboss.errai.codegen.literal.LiteralValue
equals, generate, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NullLiteral INSTANCE
Method Detail

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>

Errai 3.0.1-SNAPSHOT

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