Home
last modified time | relevance | path

Searched defs:ParameterAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DParameterAnnotations.java30 public abstract class ParameterAnnotations extends Attribute { class
42ParameterAnnotations(final byte parameter_annotation_type, final int name_index, final int length, in ParameterAnnotations() method in ParameterAnnotations
61 …public ParameterAnnotations(final byte parameter_annotation_type, final int name_index, final int … in ParameterAnnotations() method in ParameterAnnotations
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java180 interface ParameterAnnotations extends Attribute { interface