Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java33 private final boolean isRuntimeVisible; field in Annotations
43 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations()
60 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations()
101 public boolean isRuntimeVisible() { in isRuntimeVisible() method in Annotations
DAnnotationEntry.java39 private final boolean isRuntimeVisible; field in AnnotationEntry
52 …ead(final DataInput input, final ConstantPool constant_pool, final boolean isRuntimeVisible) throw… in read()
65 …tionEntry(final int type_index, final ConstantPool constant_pool, final boolean isRuntimeVisible) { in AnnotationEntry()
79 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntry
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DAnnotationEntryGen.java48 private boolean isRuntimeVisible = false; field in AnnotationEntryGen
183 private void isRuntimeVisible(final boolean b) { in isRuntimeVisible() method in AnnotationEntryGen
187 public boolean isRuntimeVisible() { in isRuntimeVisible() method in AnnotationEntryGen
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java409 public boolean isRuntimeVisible() { in isRuntimeVisible() method in ClassFile.AnnotationInfo