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

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.declaration.DefBody

public final class DefBody
extends ValueObject

Represents the body of interface, class, or annotation.

Author:
Ben Yu

Field Summary
 List<Member> members
           
 
Constructor Summary
DefBody(List<Member> members)
           
 
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

members

public final List<Member> members
Constructor Detail

DefBody

public DefBody(List<Member> members)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.