Clears

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class Clears(val value: KClass<out L2ControlFlowGraph.StateFlag>)

Sets indicates which StateFlags to clear automatically in the L2ControlFlowGraph upon completion of the annotated optimization phase.

Author

Mark van Gulik

Parameters

value

The StateFlags to clear in the L2ControlFlowGraph.

Constructors

Link copied to clipboard
fun Clears(vararg value: KClass<out L2ControlFlowGraph.StateFlag>)

Construct a Clears

Properties

Link copied to clipboard
val value: Array<out KClass<out L2ControlFlowGraph.StateFlag>>

The StateFlags to clear in the L2ControlFlowGraph.