Uses of Class
com.android.dx.cf.code.SwitchList

Packages that use SwitchList
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
com.android.dx.cf.direct Implementation of cf.iface.* based on a direct representation of class files as byte[]s. 
 

Uses of SwitchList in com.android.dx.cf.code
 

Methods in com.android.dx.cf.code that return SwitchList
protected  SwitchList BaseMachine.getAuxCases()
          Gets the switch cases auxiliary argument.
 

Methods in com.android.dx.cf.code with parameters of type SwitchList
 void BaseMachine.auxSwitchArg(SwitchList cases)
          Indicates that there is an auxiliary (inline, not stack) argument consisting of a switch* table.
 void Machine.auxSwitchArg(SwitchList cases)
          Indicates that there is an auxiliary (inline, not stack) argument consisting of a switch* table.
 void BasicBlocker.visitSwitch(int opcode, int offset, int length, SwitchList cases, int padding)
          Visits a switch instruction.
 void BytecodeArray.Visitor.visitSwitch(int opcode, int offset, int length, SwitchList cases, int padding)
          Visits a switch instruction.
 void BytecodeArray.BaseVisitor.visitSwitch(int opcode, int offset, int length, SwitchList cases, int padding)
          Visits a switch instruction.
 

Uses of SwitchList in com.android.dx.cf.direct
 

Methods in com.android.dx.cf.direct with parameters of type SwitchList
 void CodeObserver.visitSwitch(int opcode, int offset, int length, SwitchList cases, int padding)
          Visits a switch instruction.
 



Copyright © 2015. All rights reserved.