Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DParameterAnnotations.java33 private ParameterAnnotationEntry[] parameter_annotation_table; field in ParameterAnnotations
62final ParameterAnnotationEntry[] parameter_annotation_table, final ConstantPool constant_pool) { in ParameterAnnotations()
84 …public final void setParameterAnnotationTable(final ParameterAnnotationEntry[] parameter_annotatio… in setParameterAnnotationTable()