mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-24 14:22:20 +00:00
fix some comments in FuncContext
This commit is contained in:
parent
f1a2d14463
commit
3b1c314c35
@ -4,13 +4,13 @@ import asmble.ast.Node
|
||||
import asmble.util.Logger
|
||||
|
||||
/**
|
||||
* Jvm context of execution a function.
|
||||
* Jvm context of the function execution.
|
||||
*
|
||||
* @param cls Class execution context
|
||||
* @param cls class execution context
|
||||
* @param node Ast of this function
|
||||
* @param insns A list of instructions
|
||||
* @param memIsLocalVar If true then function use only local variables and don't load
|
||||
* and store from memory.
|
||||
* @param insns instructions list
|
||||
* @param memIsLocalVar true if function uses only local variables and doesn't load
|
||||
* or store to/from memory.
|
||||
*/
|
||||
data class FuncContext(
|
||||
val cls: ClsContext,
|
||||
|
Loading…
x
Reference in New Issue
Block a user