Home | History | Annotate | Download | only in bytecode

Lines Matching defs:Target

488     private final Target target;
493 TargetType targetType, Target target, TypePath path, AnnotationInfo anno) {
495 this.target = target;
514 public Target target() {
515 return target;
550 public abstract static class Target {
551 /** Target info kind. */
561 /** Returns the target info kind. */
566 public static class TypeParameterTarget extends Target {
584 public static class SuperTypeTarget extends Target {
602 public static class TypeParameterBoundTarget extends Target {
626 public static final Target EMPTY_TARGET =
627 new Target() {
635 public static class FormalParameterTarget extends Target {
653 public static class ThrowsTarget extends Target {