类 org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
的使用

使用 SubRoutineStatement 的软件包
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.flow   
 

org.eclipse.jdt.internal.compiler.astSubRoutineStatement 的使用
 

org.eclipse.jdt.internal.compiler.astSubRoutineStatement 的子类
 class SynchronizedStatement
           
 class TryStatement
           
 

声明为 SubRoutineStatementorg.eclipse.jdt.internal.compiler.ast 中的字段
 SubRoutineStatement[] ReturnStatement.subroutines
           
 SubRoutineStatement[] BranchStatement.subroutines
           
 

参数类型为 SubRoutineStatementorg.eclipse.jdt.internal.compiler.ast 中的方法
static void SubRoutineStatement.reenterAllExceptionHandlers(SubRoutineStatement[] subroutines, int max, CodeStream codeStream)
           
 

org.eclipse.jdt.internal.compiler.flowSubRoutineStatement 的使用
 

返回 SubRoutineStatementorg.eclipse.jdt.internal.compiler.flow 中的方法
 SubRoutineStatement InsideSubRoutineFlowContext.subroutine()
           
 SubRoutineStatement FlowContext.subroutine()
           
 SubRoutineStatement ExceptionHandlingFlowContext.subroutine()
          Exception handlers (with no finally block) are also included with subroutine only once (in case parented with true InsideSubRoutineFlowContext).
 



Copyright © 2013. All Rights Reserved.