cn.wensiqun.asmsupport.block.operator
接口 ThisVariableable

所有已知子接口:
IBlockOperators, ICInitBody, IEnumCInitBody, IEnumInitBody, IInitBody
所有已知实现类:
Catch, CInitBody, CommonMethodBody, ControlBlock, DoWhileLoop, Else, ElseIF, EnumCInitBody, EnumInitBody, Finally, ForEachLoop, IF, InitBody, MethodBodyForModify, ProgramBlock, SeriesBlock, StaticMethodBody, SuperMethodBody, Synchronized, Try, WhileLoop

public interface ThisVariableable


方法摘要
 SuperVariable getSuper()
          get "super". like use super key word in java
 ThisVariable getThis()
          get "this". like use this key word in java
 

方法详细信息

getThis

ThisVariable getThis()
get "this". like use this key word in java

返回:

getSuper

SuperVariable getSuper()
get "super". like use super key word in java

返回:


Copyright © 2013. All Rights Reserved.