cn.wensiqun.asmsupport.operators
接口 Jumpable

所有超级接口:
Parameterized, PushStackable
所有已知实现类:
AbstractNullCompareRelational, AbstractRelational, Equal, GreaterEqual, GreaterThan, LessEqual, LessThan, NotEqual, NumericalAndReferenceRelational, NumericalRelational

public interface Jumpable
extends Parameterized


方法摘要
 void executeAndJump(ControlType control)
           
 void setJumpLable(org.objectweb.asm.Label lbl)
           
 
从接口 cn.wensiqun.asmsupport.Parameterized 继承的方法
asArgument, getParamterizedType
 
从接口 cn.wensiqun.asmsupport.PushStackable 继承的方法
loadToStack
 

方法详细信息

executeAndJump

void executeAndJump(ControlType control)

setJumpLable

void setJumpLable(org.objectweb.asm.Label lbl)


Copyright © 2013. All Rights Reserved.