public abstract class XAnnotationValue<T> extends Object
Constructor and Description |
---|
XAnnotationValue() |
Modifier and Type | Method and Description |
---|---|
abstract <P> P |
accept(XAnnotationValueVisitor<P> visitor) |
boolean |
equals(Object obj) |
protected abstract Object |
getInternalValue() |
Object |
getResult() |
abstract T |
getValue() |
int |
hashCode() |
String |
toString() |
public abstract T getValue()
protected abstract Object getInternalValue()
public final Object getResult()
public abstract <P> P accept(XAnnotationValueVisitor<P> visitor)
Copyright © 2006–2018. All rights reserved.