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

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

public final class BooleanLiteral
extends ValueObject
implements Expression

"true" or "false".

Author:
Ben Yu

Field Summary
 boolean value
           
 
Constructor Summary
BooleanLiteral(boolean value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final boolean value
Constructor Detail

BooleanLiteral

public BooleanLiteral(boolean value)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.