Serialized Form


Package joeq.Compiler.Analysis.IPSSA

Class joeq.Compiler.Analysis.IPSSA.LocalPointerProvider extends Object implements Serializable


Package joeq.Compiler.Analysis.IPSSA.Utils

Class joeq.Compiler.Analysis.IPSSA.Utils.AnalysisObjectSpec.UnknownAnalysisObjectExeption extends Exception implements Serializable

serialVersionUID: 3762257417945362481L

Class joeq.Compiler.Analysis.IPSSA.Utils.DefinitionSet extends HashSet implements Serializable

serialVersionUID: 3258130267196831288L


Package joeq.Compiler.BytecodeAnalysis

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.AALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3256723991774572857L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.AASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 4123103961466286131L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ACONST_NULL extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3258688827559458096L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ALOAD extends Bytecodes.LoadInstruction implements Serializable

serialVersionUID: 3617853079836242227L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ANEWARRAY extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 3616730495593756729L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ARETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 4050204120013355318L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ArithmeticInstruction extends Bytecodes.Instruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ArrayInstruction extends Bytecodes.Instruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ARRAYLENGTH extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3977863973062521397L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ASTORE extends Bytecodes.StoreInstruction implements Serializable

serialVersionUID: 3906086762995594038L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ATHROW extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3906926768488265008L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3835149541292194102L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3690192157323311159L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BIPUSH extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3256999947701598520L

Serialized Fields

b

byte b

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchHandle extends Bytecodes.InstructionHandle implements Serializable

serialVersionUID: 3834870291158283317L

Serialized Fields

bi

Bytecodes.BranchInstruction bi

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction extends Bytecodes.Instruction implements Serializable

Serialized Fields

index

int index

target

Bytecodes.InstructionHandle target

position

int position

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BREAKPOINT extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3544676178515406900L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.BytecodeException extends RuntimeException implements Serializable

serialVersionUID: 3689634696422175796L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.CALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3258134643684161592L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.CASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3979272425999776057L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.CHECKCAST extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 3834306250300471602L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ConversionInstruction extends Bytecodes.Instruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction extends Bytecodes.Instruction implements Serializable

Serialized Fields

o

Object o

index

char index

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.D2F extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3545521707369838132L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.D2I extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257282517928064057L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.D2L extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3688508792102858802L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DADD extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3979270244139218744L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3761124950999709239L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3618977897344414514L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DCMPG extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3257848775023013941L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DCMPL extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3258135760375984179L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DCONST extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3905242312396387385L

Serialized Fields

value

double value

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DDIV extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3618699703773377592L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DLOAD extends Bytecodes.LoadInstruction implements Serializable

serialVersionUID: 3544673992393895987L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DMUL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3689915058885047096L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DNEG extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256719585154447409L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DREM extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257562893443873076L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DRETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 3618696392235758390L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DSTORE extends Bytecodes.StoreInstruction implements Serializable

serialVersionUID: 3616446787167335478L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DSUB extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3978420312960547126L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3257571698076234552L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP_X1 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3258135760375986488L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP_X2 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3256720693155868723L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP2 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3257849900220757556L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP2_X1 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3256442525387534902L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.DUP2_X2 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3691038772737225011L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.F2D extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257853198772484147L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.F2I extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3832617404583917363L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.F2L extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3256445793790406707L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FADD extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256438110195104052L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3688789167651958840L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3833747672556188983L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FCMPG extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3618699716641043510L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FCMPL extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3761688983301795896L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FCONST extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3258411750780383544L

Serialized Fields

value

float value

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FDIV extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3617295618767272240L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldInstruction extends Bytecodes.FieldOrMethod implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FieldOrMethod extends Bytecodes.CPInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FLOAD extends Bytecodes.LoadInstruction implements Serializable

serialVersionUID: 3256440317707497522L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FMUL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256727298848797488L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FNEG extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3544387015597831478L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FREM extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257850986897749561L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FRETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 3257286933171484213L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FSTORE extends Bytecodes.StoreInstruction implements Serializable

serialVersionUID: 3833748763461432884L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.FSUB extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256725069727019317L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.GETFIELD extends Bytecodes.FieldInstruction implements Serializable

serialVersionUID: 3256442503862761017L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.GETSTATIC extends Bytecodes.FieldInstruction implements Serializable

serialVersionUID: 3258128076763510581L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.GOTO extends Bytecodes.GotoInstruction implements Serializable

serialVersionUID: 3256440322019242036L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.GOTO_W extends Bytecodes.GotoInstruction implements Serializable

serialVersionUID: 3689912864307884082L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.GotoInstruction extends Bytecodes.BranchInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2B extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257572788930885170L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2C extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257009838977331257L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2D extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3258409538788340793L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2F extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3256720667536732721L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2L extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3688789184748009521L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.I2S extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3617573790998017588L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IADD extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 4049919380911567408L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3977866184903242032L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IAND extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3762250838071850548L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 4049070549395256631L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ICONST extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3760844566994892595L

Serialized Fields

value

int value

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IDIV extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3258411746401007415L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ACMPEQ extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3257281431267718709L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ACMPNE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3256718502722222130L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPEQ extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3257007652906349880L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPGE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3834586591372325176L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPGT extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 4051322353537726518L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPLE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3257854268169008433L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPLT extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3256718481348309561L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IF_ICMPNE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3258131340904641584L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFEQ extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3906090070137058610L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFGE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3258407335536703282L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFGT extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3545520624970642740L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IfInstruction extends Bytecodes.BranchInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFLE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3545230323870021686L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFLT extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3689345542060913718L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFNE extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3977582476510311735L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFNONNULL extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3257853194460608562L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IFNULL extends Bytecodes.IfInstruction implements Serializable

serialVersionUID: 3977298824035382320L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IINC extends Bytecodes.LocalVariableInstruction implements Serializable

serialVersionUID: 3256441395794751798L

Serialized Fields

wide

boolean wide

c

int c

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ILOAD extends Bytecodes.LoadInstruction implements Serializable

serialVersionUID: 3257570607070983990L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IMUL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 4049078241681617461L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INEG extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3258409530181301552L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INSTANCEOF extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 4121976949213574449L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction extends Object implements Serializable

Serialized Fields

length

short length

opcode

short opcode

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.InstructionHandle extends Object implements Serializable

serialVersionUID: 3904965256957670706L

Serialized Fields

next

Bytecodes.InstructionHandle next

prev

Bytecodes.InstructionHandle prev

instruction

Bytecodes.Instruction instruction

i_position

int i_position

targeters

Set<E> targeters

attributes

Map<K,V> attributes

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.InstructionList extends Object implements Serializable

serialVersionUID: 3832624001687433272L

Serialized Fields

start

Bytecodes.InstructionHandle start

end

Bytecodes.InstructionHandle end

length

int length

byte_positions

int[] byte_positions

observers

List<E> observers

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.InvokeInstruction extends Bytecodes.FieldOrMethod implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INVOKEINTERFACE extends Bytecodes.InvokeInstruction implements Serializable

serialVersionUID: 4049633499382493239L

Serialized Fields

nargs

int nargs

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INVOKESPECIAL extends Bytecodes.InvokeInstruction implements Serializable

serialVersionUID: 3617011949079310389L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INVOKESTATIC extends Bytecodes.InvokeInstruction implements Serializable

serialVersionUID: 3258689918497927219L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.INVOKEVIRTUAL extends Bytecodes.InvokeInstruction implements Serializable

serialVersionUID: 3761971579332080945L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IOR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256441387170805305L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IREM extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256446919122303286L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IRETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 3256723974544044343L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ISHL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257562919129396537L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ISHR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3258408426374902576L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ISTORE extends Bytecodes.StoreInstruction implements Serializable

serialVersionUID: 3258410651234612016L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ISUB extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256440309167632692L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IUSHR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3546923584611301680L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.IXOR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 4121136935214724919L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.JSR extends Bytecodes.JsrInstruction implements Serializable

serialVersionUID: 4048789048665518649L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.JSR_W extends Bytecodes.JsrInstruction implements Serializable

serialVersionUID: 4050486720355185968L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.JsrInstruction extends Bytecodes.BranchInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.L2D extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257291331100227385L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.L2F extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3834028043743409968L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.L2I extends Bytecodes.ConversionInstruction implements Serializable

serialVersionUID: 3257283613178344503L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LADD extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257003241907434544L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3977016232367109688L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LAND extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257007670069639480L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3258417235319403575L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LCMP extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3544389218915923254L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LCONST extends Bytecodes.Instruction implements Serializable

serialVersionUID: 4050760472946882360L

Serialized Fields

value

long value

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 3832907645656183091L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC_W extends Bytecodes.LDC implements Serializable

serialVersionUID: 3904680492002260018L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC2_W extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 3618978966757980470L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LDIV extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257572793276512304L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LLOAD extends Bytecodes.LoadInstruction implements Serializable

serialVersionUID: 3978425823470499637L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LMUL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3688785869033125680L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LNEG extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256725078350770736L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LoadInstruction extends Bytecodes.LocalVariableInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction extends Bytecodes.Instruction implements Serializable

Serialized Fields

n

int n

c_tag

short c_tag

canon_tag

short canon_tag

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LOOKUPSWITCH extends Bytecodes.Select implements Serializable

serialVersionUID: 3979268049427836981L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LOR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257854272497726513L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LREM extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256723987479148082L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LRETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 3760561988110923576L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LSHL extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3256439201133310514L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LSHR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3258412824370688816L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LSTORE extends Bytecodes.StoreInstruction implements Serializable

serialVersionUID: 3257566204763058230L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LSUB extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3834874680631636793L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LUSHR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3258126938496316217L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.LXOR extends Bytecodes.ArithmeticInstruction implements Serializable

serialVersionUID: 3257565126675870519L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.MONITORENTER extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3761131530872960054L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.MONITOREXIT extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3689071746502244658L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.MULTIANEWARRAY extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 4051049674586665785L

Serialized Fields

dimensions

short dimensions

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.NEW extends Bytecodes.CPInstruction implements Serializable

serialVersionUID: 3258694316594573877L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.NEWARRAY extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3258126964265988406L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.NOP extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3257567299962875957L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.POP extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3257002172494461239L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.POP2 extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3546360617595123251L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.PUTFIELD extends Bytecodes.FieldInstruction implements Serializable

serialVersionUID: 3257571719517777968L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.PUTSTATIC extends Bytecodes.FieldInstruction implements Serializable

serialVersionUID: 3833745473583462711L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.RET extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3905525986396092729L

Serialized Fields

wide

boolean wide

index

int index

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.RETURN extends Bytecodes.ReturnInstruction implements Serializable

serialVersionUID: 3904958664166290739L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.ReturnInstruction extends Bytecodes.Instruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.SALOAD extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3905518285402616886L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.SASTORE extends Bytecodes.ArrayInstruction implements Serializable

serialVersionUID: 3257284716884538421L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.Select extends Bytecodes.BranchInstruction implements Serializable

Serialized Fields

match

int[] match

indices

int[] indices

targets

ArrayList<E> targets

fixed_length

int fixed_length

match_length

int match_length

padding

int padding

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.SIPUSH extends Bytecodes.Instruction implements Serializable

serialVersionUID: 3978422512050845237L

Serialized Fields

b

short b

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.StackInstruction extends Bytecodes.Instruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.StoreInstruction extends Bytecodes.LocalVariableInstruction implements Serializable

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.SWAP extends Bytecodes.StackInstruction implements Serializable

serialVersionUID: 3257008743760803633L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.TABLESWITCH extends Bytecodes.Select implements Serializable

serialVersionUID: 3257286937416250672L

Class joeq.Compiler.BytecodeAnalysis.Bytecodes.TargetLostException extends Exception implements Serializable

serialVersionUID: 3258132461824063281L

Serialized Fields

targets

List<E> targets

Package joeq.Compiler.Quad

Class joeq.Compiler.Quad.LoadedCallGraph.SortedArraySetFactory extends jwutil.collections.SetFactory implements Serializable

serialVersionUID: 3906646414531702833L


Package joeq.Interpreter

Class joeq.Interpreter.BytecodeInterpreter.WrappedException extends RuntimeException implements Serializable

serialVersionUID: 3977582476543866419L

Serialized Fields

t

Throwable t

Package joeq.UTF

Class joeq.UTF.UTFDataFormatError extends RuntimeException implements Serializable

serialVersionUID: 3257845472142964791L



Copyright © 2001-2008 John Whaley. All Rights Reserved.