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

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

public final class CharLiteral
extends ValueObject
implements Expression

Represents a character literal.

Author:
Ben Yu

Field Summary
 char character
           
 
Constructor Summary
CharLiteral(char character)
           
 
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

character

public final char character
Constructor Detail

CharLiteral

public CharLiteral(char character)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.