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

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

public final class Identifier
extends ValueObject
implements Expression

Represents a simple name as expression.

Author:
Ben Yu

Field Summary
 String name
           
 
Constructor Summary
Identifier(String name)
           
 
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

name

public final String name
Constructor Detail

Identifier

public Identifier(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.