com.android.dex
Class ClassDef

java.lang.Object
  extended by com.android.dex.ClassDef

public final class ClassDef
extends Object

A type definition.


Field Summary
static int NO_INDEX
           
 
Constructor Summary
ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, int supertypeIndex, int interfacesOffset, int sourceFileIndex, int annotationsOffset, int classDataOffset, int staticValuesOffset)
           
 
Method Summary
 int getAccessFlags()
           
 int getAnnotationsOffset()
           
 int getClassDataOffset()
           
 short[] getInterfaces()
           
 int getInterfacesOffset()
           
 int getOffset()
           
 int getSourceFileIndex()
           
 int getStaticValuesOffset()
           
 int getSupertypeIndex()
           
 int getTypeIndex()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_INDEX

public static final int NO_INDEX
See Also:
Constant Field Values
Constructor Detail

ClassDef

public ClassDef(Dex buffer,
                int offset,
                int typeIndex,
                int accessFlags,
                int supertypeIndex,
                int interfacesOffset,
                int sourceFileIndex,
                int annotationsOffset,
                int classDataOffset,
                int staticValuesOffset)
Method Detail

getOffset

public int getOffset()

getTypeIndex

public int getTypeIndex()

getSupertypeIndex

public int getSupertypeIndex()

getInterfacesOffset

public int getInterfacesOffset()

getInterfaces

public short[] getInterfaces()

getAccessFlags

public int getAccessFlags()

getSourceFileIndex

public int getSourceFileIndex()

getAnnotationsOffset

public int getAnnotationsOffset()

getClassDataOffset

public int getClassDataOffset()

getStaticValuesOffset

public int getStaticValuesOffset()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.