org.codehaus.jparsec.examples.java.ast.statement
Class Annotation.Element

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.statement.Annotation.Element
Enclosing class:
Annotation

public static final class Annotation.Element
extends ValueObject


Field Summary
 String name
           
 Expression value
           
 
Constructor Summary
Annotation.Element(String name, Expression value)
           
 
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

value

public final Expression value
Constructor Detail

Annotation.Element

public Annotation.Element(String name,
                          Expression value)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.