Extension SDK 10.1.3.36.73

oracle.javatools.parser.java.v2.common
Class AnnotationComponents

java.lang.Object
  extended byjava.util.AbstractMap
      extended byoracle.javatools.parser.java.v2.common.AnnotationComponents
All Implemented Interfaces:
java.util.Map

public class AnnotationComponents
extends java.util.AbstractMap

Maps component names with their values.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 void assignValue(java.lang.String key, java.lang.Object value)
          Don't override put(OO) because that would make this Map mutable.
static AnnotationComponents createInstance(JavaType annotationType)
           
 java.util.Set entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createInstance

public static AnnotationComponents createInstance(JavaType annotationType)

entrySet

public java.util.Set entrySet()

assignValue

public void assignValue(java.lang.String key,
                        java.lang.Object value)
Don't override put(OO) because that would make this Map mutable.


Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.