checkcast #ref@param type type of the cast @return an InstructionList
May performs a compatibility check and returns null if not compatible. @param object to cast @return casted or transformed object, possibly the same, or null if the cast cannot be made
Stack ...,value => ...,cast_value@param className type (primitive, interface or class) to cast to.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|