com.sun.tools.javac.jvm
static class: ClassReader.ArrayAttributeProxy [javadoc |
source]
java.lang.Object
com.sun.tools.javac.code.Attribute
com.sun.tools.javac.jvm.ClassReader$ArrayAttributeProxy
All Implemented Interfaces:
AnnotationValue
Field Summary |
---|
List<Attribute> | values | |
Method from com.sun.tools.javac.jvm.ClassReader$ArrayAttributeProxy Summary: |
---|
accept, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from com.sun.tools.javac.jvm.ClassReader$ArrayAttributeProxy Detail: |
public void accept(Visitor v) {
((ProxyVisitor)v).visitArrayAttributeProxy(this);
}
|
public String toString() {
return "{" + values + "}";
}
|