org.codehaus.jparsec.examples.java.ast.declaration
Class NestedDef

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.declaration.NestedDef
All Implemented Interfaces:
Member

public final class NestedDef
extends ValueObject
implements Member

Represents a nested declaration.

Author:
benyu

Field Summary
 Declaration declaration
           
 
Constructor Summary
NestedDef(Declaration declaration)
           
 
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

declaration

public final Declaration declaration
Constructor Detail

NestedDef

public NestedDef(Declaration declaration)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.