Uses of Class
com.android.dx.dex.code.InsnFormat

Packages that use InsnFormat
com.android.dx.dex.code   
com.android.dx.dex.code.form   
 

Uses of InsnFormat in com.android.dx.dex.code
 

Methods in com.android.dx.dex.code that return InsnFormat
 InsnFormat Dop.getFormat()
          Gets the instruction format.
 

Constructors in com.android.dx.dex.code with parameters of type InsnFormat
Dop(int opcode, int family, int nextOpcode, InsnFormat format, boolean hasResult)
          Constructs an instance.
 

Uses of InsnFormat in com.android.dx.dex.code.form
 

Subclasses of InsnFormat in com.android.dx.dex.code.form
 class Form10t
          Instruction format 10t.
 class Form10x
          Instruction format 10x.
 class Form11n
          Instruction format 11n.
 class Form11x
          Instruction format 11x.
 class Form12x
          Instruction format 12x.
 class Form20t
          Instruction format 20t.
 class Form21c
          Instruction format 21c.
 class Form21h
          Instruction format 21h.
 class Form21s
          Instruction format 21s.
 class Form21t
          Instruction format 21t.
 class Form22b
          Instruction format 22b.
 class Form22c
          Instruction format 22c.
 class Form22s
          Instruction format 22s.
 class Form22t
          Instruction format 22t.
 class Form22x
          Instruction format 22x.
 class Form23x
          Instruction format 23x.
 class Form30t
          Instruction format 30t.
 class Form31c
          Instruction format 31c.
 class Form31i
          Instruction format 31i.
 class Form31t
          Instruction format 31t.
 class Form32s
          Instruction format 32s.
 class Form32x
          Instruction format 32x.
 class Form33x
          Instruction format 33x.
 class Form35c
          Instruction format 35c.
 class Form3rc
          Instruction format 3rc.
 class Form41c
          Instruction format 41c.
 class Form51l
          Instruction format 51l.
 class Form52c
          Instruction format 52c.
 class Form5rc
          Instruction format 5rc.
 class SpecialFormat
          Instruction format for nonstandard format instructions, which aren't generally real instructions but do end up appearing in instruction lists.
 

Fields in com.android.dx.dex.code.form declared as InsnFormat
static InsnFormat SpecialFormat.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form5rc.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form52c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form51l.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form41c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form3rc.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form35c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form33x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form32x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form32s.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form31t.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form31i.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form31c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form30t.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form23x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form22x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form22t.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form22s.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form22c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form22b.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form21t.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form21s.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form21h.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form21c.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form20t.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form12x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form11x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form11n.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form10x.THE_ONE
          non-null; unique instance of this class
static InsnFormat Form10t.THE_ONE
          non-null; unique instance of this class
 



Copyright © 2012. All Rights Reserved.