Tabnine Logo
com.android.dx.cf.attrib
Code IndexAdd Tabnine to your IDE (free)

How to use com.android.dx.cf.attrib

Best Java code snippets using com.android.dx.cf.attrib (Showing top 20 results out of 315)

origin: dodola/RocooFix

  private boolean hasRuntimeVisibleAnnotation(HasAttribute element) {
    Attribute att = element.getAttributes().findFirst(
        AttRuntimeVisibleAnnotations.ATTRIBUTE_NAME);
    return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0);
  }
}
origin: nikita36078/J2ME-Loader

/**
 * Gets the exception table.
 *
 * @return {@code non-null;} the exception table
 */
public ByteCatchList getCatches() {
  return attCode.getCatches();
}
origin: com.android.tools.build/builder

/**
 * Gets the bytecode array.
 *
 * @return {@code non-null;} the bytecode array
 */
public BytecodeArray getCode() {
  return attCode.getCode();
}
origin: com.android.tools.build/builder

/**
 * Gets the maximum stack size.
 *
 * @return {@code >= 0;} the maximum stack size
 */
public int getMaxStack() {
  return attCode.getMaxStack();
}
origin: nikita36078/J2ME-Loader

/**
 * Sets the item at the given index.
 *
 * @param n {@code >= 0, < size();} which class
 * @param innerClass {@code non-null;} class this item refers to
 * @param outerClass {@code null-ok;} outer class that this class is a
 * member of, if any
 * @param innerName {@code null-ok;} original simple name of this class,
 * if not anonymous
 * @param accessFlags original declared access flags
 */
public void set(int n, CstType innerClass, CstType outerClass,
        CstString innerName, int accessFlags) {
  set0(n, new Item(innerClass, outerClass, innerName, accessFlags));
}
origin: com.android.tools.build/builder

/**
 * Gets the indicated item.
 *
 * @param n {@code >= 0;} which item
 * @return {@code null-ok;} the indicated item
 */
public Item get(int n) {
  return (Item) get0(n);
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/** {@inheritDoc} */
@Override
public int byteLength() {
  return 8 + innerClasses.size() * 8;
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/**
 * Gets the number of locals.
 *
 * @return {@code >= 0;} the number of locals
 */
public int getMaxLocals() {
  return attCode.getMaxLocals();
}
origin: com.google.android.tools/dx

/**
 * Gets the exception table.
 *
 * @return {@code non-null;} the exception table
 */
public ByteCatchList getCatches() {
  return attCode.getCatches();
}
origin: com.android/dx

/**
 * Gets the bytecode array.
 *
 * @return {@code non-null;} the bytecode array
 */
public BytecodeArray getCode() {
  return attCode.getCode();
}
origin: com.android/dx

/**
 * Gets the maximum stack size.
 *
 * @return {@code >= 0;} the maximum stack size
 */
public int getMaxStack() {
  return attCode.getMaxStack();
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/**
 * Gets the indicated item.
 *
 * @param n {@code >= 0;} which item
 * @return {@code null-ok;} the indicated item
 */
public Item get(int n) {
  return (Item) get0(n);
}
origin: nikita36078/J2ME-Loader

/** {@inheritDoc} */
@Override
public int byteLength() {
  return 8 + innerClasses.size() * 8;
}
origin: com.android/dx

/**
 * Gets the exception table.
 *
 * @return {@code non-null;} the exception table
 */
public ByteCatchList getCatches() {
  return attCode.getCatches();
}
origin: com.google.android.tools/dx

/**
 * Gets the bytecode array.
 *
 * @return {@code non-null;} the bytecode array
 */
public BytecodeArray getCode() {
  return attCode.getCode();
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/**
 * Gets the maximum stack size.
 *
 * @return {@code >= 0;} the maximum stack size
 */
public int getMaxStack() {
  return attCode.getMaxStack();
}
origin: com.google.android.tools/dx

/**
 * Gets the indicated item.
 *
 * @param n {@code >= 0;} which item
 * @return {@code null-ok;} the indicated item
 */
public Item get(int n) {
  return (Item) get0(n);
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/**
 * Gets the exception table.
 *
 * @return {@code non-null;} the exception table
 */
public ByteCatchList getCatches() {
  return attCode.getCatches();
}
origin: com.jakewharton.android.repackaged/dalvik-dx

/**
 * Gets the bytecode array.
 *
 * @return {@code non-null;} the bytecode array
 */
public BytecodeArray getCode() {
  return attCode.getCode();
}
origin: com.google.android.tools/dx

/**
 * Gets the maximum stack size.
 *
 * @return {@code >= 0;} the maximum stack size
 */
public int getMaxStack() {
  return attCode.getMaxStack();
}
com.android.dx.cf.attrib

Most used classes

  • AttRuntimeVisibleAnnotations
    Attribute class for standard RuntimeVisibleAnnotationsattributes.
  • AttAnnotationDefault
    Attribute class for AnnotationDefault attributes.
  • AttCode
    Attribute class for standard Code attributes.
  • AttConstantValue
    Attribute class for standard ConstantValue attributes.
  • AttDeprecated
    Attribute class for standard Deprecated attributes.
  • AttExceptions,
  • AttInnerClasses,
  • AttLineNumberTable,
  • AttLocalVariableTable,
  • AttLocalVariableTypeTable,
  • AttRuntimeInvisibleAnnotations,
  • AttRuntimeInvisibleParameterAnnotations,
  • AttRuntimeVisibleParameterAnnotations,
  • AttSignature,
  • AttSourceFile,
  • AttSynthetic,
  • InnerClassList$Item,
  • InnerClassList,
  • RawAttribute
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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