public abstract class MemberValue extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(MemberValueVisitor visitor)
Accepts a visitor.
|
abstract Class<?> |
getType(ClassLoader cl) |
abstract void |
write(AnnotationsWriter w)
Writes the value.
|
public abstract Class<?> getType(ClassLoader cl) throws ClassNotFoundException
ClassNotFoundExceptionpublic abstract void accept(MemberValueVisitor visitor)
public abstract void write(AnnotationsWriter w) throws IOException
IOExceptionCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.