DoNothingStackEntry

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun compile(mv: MethodVisitor)
Link copied to clipboard
open fun compileAutoCast(mv: MethodVisitor, to: Type)
Link copied to clipboard

Used to determine if a RETURN should be automatically appended to the end of a void method. Return and Throw are both terminating. Multi-branched instructions, such as "If" are terminating if all branches are terminating.

Link copied to clipboard
open fun resolvedType(): Type
Link copied to clipboard
open override fun type(): Class<Void>