Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement
Packages that use SubRoutineStatement
Package
Description
-
Uses of SubRoutineStatement in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of SubRoutineStatement in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as SubRoutineStatementMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type SubRoutineStatementModifier and TypeMethodDescriptionstatic voidSubRoutineStatement.reenterAllExceptionHandlers(SubRoutineStatement[] subroutines, int max, CodeStream codeStream) protected voidBranchStatement.setSubroutineSwitchExpression(SubRoutineStatement sub) protected voidYieldStatement.setSubroutineSwitchExpression(SubRoutineStatement sub) -
Uses of SubRoutineStatement in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.flow that return SubRoutineStatementModifier and TypeMethodDescriptionExceptionHandlingFlowContext.subroutine()Exception handlers (with no finally block) are also included with subroutine only once (in case parented with true InsideSubRoutineFlowContext).FlowContext.subroutine()InsideSubRoutineFlowContext.subroutine()