-
class
final class
Represents the assignment of one value to another
class
Unconditionally jumps to a target Stmt
final class
final class
If the condition is true, jumps to the target, otherwise continues to the next stmt.
final class
final class
A no-operation statement.
final class
A statement that ends the method, returning a value.
final class
A statement that ends the method, returning no value.
final class
A statement that throws an Exception
-
final class
final class
A statement that enters a JVM monitor, thereby synchronizing its following statements.
final class
A statement that exits a JVM monitor, thereby ending synchronization.
final class
Represents the deprecated JVM ret
statement (< java 1.6) - which is used in JSR
Context - which is deprecated as well.
class