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

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

public final class StringLiteral
extends ValueObject
implements Expression

Represents a string literal.

Author:
Ben Yu

Field Summary
 String string
           
 
Constructor Summary
StringLiteral(String string)
           
 
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

string

public final String string
Constructor Detail

StringLiteral

public StringLiteral(String string)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.