public class ClassBands extends BandSet
| Constructor and Description |
|---|
ClassBands(Segment segment) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList[] |
getClassAttributes() |
int[] |
getClassFieldCount() |
long[] |
getClassFlags() |
int[][] |
getClassInterfacesInts() |
int[] |
getClassMethodCount() |
int[] |
getClassSuperInts() |
int[] |
getClassThisInts() |
int[] |
getClassVersionMajor()
Returns null if all classes should use the default major and minor version or an array of integers containing the
major version numberss to use for each class in the segment
|
int[] |
getClassVersionMinor()
Returns null if all classes should use the default major and minor version or an array of integers containing the
minor version numberss to use for each class in the segment
|
int[][] |
getCodeHandlerCatchPO() |
int[][] |
getCodeHandlerClassRCN() |
int[] |
getCodeHandlerCount() |
int[][] |
getCodeHandlerEndPO() |
int[][] |
getCodeHandlerStartP() |
boolean[] |
getCodeHasAttributes() |
int[] |
getCodeMaxNALocals() |
int[] |
getCodeMaxStack() |
ArrayList[][] |
getFieldAttributes() |
int[][] |
getFieldDescrInts() |
long[][] |
getFieldFlags() |
IcTuple[][] |
getIcLocal() |
ArrayList[][] |
getMethodAttributes() |
String[][] |
getMethodDescr() |
int[][] |
getMethodDescrInts() |
long[][] |
getMethodFlags() |
ArrayList |
getOrderedCodeAttributes()
Answer an ArrayList of ArrayLists which hold the code attributes corresponding to all classes in order.
|
long[] |
getRawClassFlags() |
void |
read(InputStream in) |
void |
unpack() |
decodeBandInt, decodeBandInt, getReferences, getReferences, parseCPClassReferences, parseCPDescriptorReferences, parseCPDoubleReferences, parseCPFieldRefReferences, parseCPFloatReferences, parseCPInterfaceMethodRefReferences, parseCPIntReferences, parseCPLongReferences, parseCPMethodRefReferences, parseCPSignatureReferences, parseCPSignatureReferences, parseCPStringReferences, parseCPUTF8References, parseCPUTF8References, parseFlags, parseFlags, parseFlags, parseFlags, parseReferences, parseReferences, unpackpublic ClassBands(Segment segment)
segment - TODOpublic void read(InputStream in) throws IOException, Pack200Exception
read in class BandSetIOExceptionPack200Exceptionpublic ArrayList[] getClassAttributes()
public int[] getClassFieldCount()
public long[] getRawClassFlags()
public long[] getClassFlags() throws Pack200Exception
Pack200Exceptionpublic int[][] getClassInterfacesInts()
public int[] getClassMethodCount()
public int[] getClassSuperInts()
public int[] getClassThisInts()
public int[] getCodeMaxNALocals()
public int[] getCodeMaxStack()
public ArrayList[][] getFieldAttributes()
public int[][] getFieldDescrInts()
public int[][] getMethodDescrInts()
public long[][] getFieldFlags() throws Pack200Exception
Pack200Exceptionpublic ArrayList getOrderedCodeAttributes()
public ArrayList[][] getMethodAttributes()
public String[][] getMethodDescr()
public long[][] getMethodFlags() throws Pack200Exception
Pack200Exceptionpublic int[] getClassVersionMajor()
public int[] getClassVersionMinor()
public int[] getCodeHandlerCount()
public int[][] getCodeHandlerCatchPO()
public int[][] getCodeHandlerClassRCN()
public int[][] getCodeHandlerEndPO()
public int[][] getCodeHandlerStartP()
public IcTuple[][] getIcLocal()
public boolean[] getCodeHasAttributes()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.