Class Annotation.Element
- java.lang.Object
-
- org.jparsec.examples.common.ValueObject
-
- org.jparsec.examples.java.ast.statement.Annotation.Element
-
- Enclosing class:
- Annotation
public static final class Annotation.Element extends ValueObject
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
Expression
value
-
Constructor Summary
Constructors Constructor Description Element(java.lang.String name, Expression value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
-
-
-
Field Detail
-
name
public final java.lang.String name
-
value
public final Expression value
-
-
Constructor Detail
-
Element
public Element(java.lang.String name, Expression value)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classValueObject
-
-