Searched refs:TargetAttribute (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.*;
169 private Set<TargetAttribute> flags;
171 TargetType(int targetTypeValue, TargetAttribute... attributes) {
176 flags = EnumSet.noneOf(TargetAttribute.class);
177 for (TargetAttribute attr : attributes)
274 static enum TargetAttribute { enum in class:TargetType

Completed in 22 milliseconds