Tabnine Logo
Clazz.doElementValue
Code IndexAdd Tabnine to your IDE (free)

How to use
doElementValue
method
in
aQute.bnd.osgi.Clazz

Best Java code snippets using aQute.bnd.osgi.Clazz.doElementValue (Showing top 14 results out of 315)

origin: biz.aQute.bnd/biz.aQute.bndlib

/**
 * Handle annotation member default value
 */
void doAnnotationDefault(DataInput in, ElementType member, int access_flags)
  throws IOException {
  Object value = doElementValue(in, member, RetentionPolicy.RUNTIME, cd != null, access_flags);
  if (last instanceof MethodDef) {
    last.constant = value;
    cd.annotationDefault((MethodDef) last, value);
  }
}
origin: biz.aQute.bnd/biz.aQute.bnd

/**
 * Handle annotation member default value
 */
void doAnnotationDefault(DataInput in, ElementType member, int access_flags)
  throws IOException {
  Object value = doElementValue(in, member, RetentionPolicy.RUNTIME, cd != null, access_flags);
  if (last instanceof MethodDef) {
    last.constant = value;
    cd.annotationDefault((MethodDef) last, value);
  }
}
origin: biz.aQute/bndlib

int element_name_index = in.readUnsignedShort();
String element = (String) pool[element_name_index];
Object value = doElementValue(in, member, policy, collect, access_flags);
if (collect) {
  if (elements == null)
origin: biz.aQute.bnd/bndlib

int element_name_index = in.readUnsignedShort();
String element = (String) pool[element_name_index];
Object value = doElementValue(in, member, policy, collect, access_flags);
if (collect) {
  if (elements == null)
origin: biz.aQute.bnd/bnd

int element_name_index = in.readUnsignedShort();
String element = (String) pool[element_name_index];
Object value = doElementValue(in, member, policy, collect, access_flags);
if (collect) {
  if (elements == null)
origin: biz.aQute.bnd/biz.aQute.bndlib

Object[] result = new Object[num_values];
for (int i = 0; i < num_values; i++) {
  result[i] = doElementValue(in, member, policy, collect, access_flags);
origin: biz.aQute.bnd/biz.aQute.bndlib

int element_name_index = in.readUnsignedShort();
String element = (String) pool[element_name_index];
Object value = doElementValue(in, member, policy, collect, access_flags);
if (collect) {
  if (elements == null)
origin: biz.aQute/bndlib

Object[] result = new Object[num_values];
for (int i = 0; i < num_values; i++) {
  result[i] = doElementValue(in, member, policy, collect, access_flags);
origin: biz.aQute.bnd/biz.aQute.bnd

int element_name_index = in.readUnsignedShort();
String element = (String) pool[element_name_index];
Object value = doElementValue(in, member, policy, collect, access_flags);
if (collect) {
  if (elements == null)
origin: biz.aQute.bnd/biz.aQute.bnd

Object[] result = new Object[num_values];
for (int i = 0; i < num_values; i++) {
  result[i] = doElementValue(in, member, policy, collect, access_flags);
origin: biz.aQute.bnd/bndlib

Object[] result = new Object[num_values];
for (int i = 0; i < num_values; i++) {
  result[i] = doElementValue(in, member, policy, collect, access_flags);
origin: biz.aQute.bnd/bnd

Object[] result = new Object[num_values];
for (int i = 0; i < num_values; i++) {
  result[i] = doElementValue(in, member, policy, collect, access_flags);
origin: biz.aQute.bnd/bndlib

  doConstantValue(in);
else if ("AnnotationDefault".equals(attributeName)) {
  Object value = doElementValue(in, member, RetentionPolicy.RUNTIME, cd != null, access_flags);
  if (last instanceof MethodDef) {
    ((MethodDef) last).constant = value;
origin: biz.aQute.bnd/bnd

  doConstantValue(in);
else if ("AnnotationDefault".equals(attributeName)) {
  Object value = doElementValue(in, member, RetentionPolicy.RUNTIME, cd != null, access_flags);
  if (last instanceof MethodDef) {
    ((MethodDef) last).constant = value;
aQute.bnd.osgiClazzdoElementValue

Popular methods of Clazz

  • <init>
  • parseClassFileWithCollector
  • getClassName
  • getFQN
  • getReferred
  • is
  • isAnnotation
  • isInterface
  • crawl
    We must find Class.forName references ...
  • doAnnotation
  • doAnnotations
  • doAttribute
    Process a single attribute, if not recognized, skip it.
  • doAnnotations,
  • doAttribute,
  • doAttributes,
  • doCode,
  • doConstantValue,
  • doEnclosingMethod,
  • doExceptions,
  • doInnerClasses,
  • doParameterAnnotations

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (Timer)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • addToBackStack (FragmentTransaction)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • ImageIO (javax.imageio)
  • JTable (javax.swing)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now