Uses of Interface
spoon.reflect.code.CtCFlowBreak
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains a set of useful filters when querying the model.
-
Uses of CtCFlowBreak in spoon.reflect.code
Modifier and TypeInterfaceDescriptioninterface
This code element defines a break statement.interface
This code element defines the continue statement.interface
This abstract code element represents all the statements that break the control flow of the program and which can support a label.interface
CtReturn<R>
This code element represents areturn
statement.interface
This code element defines athrow
statement.interface
This code element defines ayield
statement. -
Uses of CtCFlowBreak in spoon.reflect.visitor
Modifier and TypeMethodDescriptionvoid
CtInheritanceScanner.scanCtCFlowBreak(CtCFlowBreak flowBreak)
Scans an abstract control flow break. -
Uses of CtCFlowBreak in spoon.reflect.visitor.filter
-
Uses of CtCFlowBreak in spoon.support.reflect.code
Modifier and TypeClassDescriptionclass
class
class
CtReturnImpl<R>
class
class
CtYieldStatementImpl