Searched defs:TargetType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTargetType.java28 import static com.sun.tools.javac.code.TargetType.TargetAttribute.*;
47 public enum TargetType { enum
171 TargetType(int targetTypeValue, TargetAttribute... attributes) { method in class:TargetType
182 * Returns whether or not this TargetType represents an annotation whose
185 * @return true if this TargetType represents an annotation on an inner
192 public TargetType getGenericComplement() {
200 * Returns whether or not this TargetType represents an annotation whose
203 * @return true if this TargetType has a parameter index,
211 * Returns whether or not this TargetType represents an annotation whose
214 * @return true if this TargetType represent
[all...]

Completed in 30 milliseconds