org.codehaus.jparsec.examples.java.ast.expression
Class NullExpression

java.lang.Object
  extended by org.codehaus.jparsec.examples.java.ast.expression.NullExpression
All Implemented Interfaces:
Expression

public final class NullExpression
extends Object
implements Expression

Represents "null".

Author:
Ben Yu

Field Summary
static Expression instance
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

public static final Expression instance
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.