Uses of Record Class
org.ek9lang.compiler.backend.jvm.BytecodeStackFrame
Packages that use BytecodeStackFrame
-
Uses of BytecodeStackFrame in org.ek9lang.compiler.backend.jvm
Methods in org.ek9lang.compiler.backend.jvm that return BytecodeStackFrameModifier and TypeMethodDescriptionstatic BytecodeStackFrameBytecodeStackFrame.basic(String scopeId, BytecodeFrameType frameType) Create frame with no context data.static BytecodeStackFrameBytecodeStackFrame.withContext(String scopeId, BytecodeFrameType frameType, Object contextData) Create frame with type-specific context data.Methods in org.ek9lang.compiler.backend.jvm that return types with arguments of type BytecodeStackFrameModifier and TypeMethodDescriptionBytecodeGenerationContext.findFrame(BytecodeFrameType frameType) Find nearest enclosing frame of specific type.