mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 04:26:39 +00:00
Docs for NATIVE and IGNORE_REST
This commit is contained in:
@@ -72,8 +72,8 @@ method.flag.NEED_ARGUMENTS = Create "arguments" object in register method_info.p
|
||||
method.flag.NEED_ACTIVATION = This method uses newactivation instruction
|
||||
method.flag.NEED_REST = Create rest arguments array in register method_info.param_count+1
|
||||
method.flag.HAS_OPTIONAL = This method has optional arguments
|
||||
method.flag.IGNORE_REST = ??
|
||||
method.flag.EXPLICIT = ??
|
||||
method.flag.IGNORE_REST = Do not preload rest arguments
|
||||
method.flag.NATIVE = This method is native
|
||||
method.flag.SETSDXNS = This method uses dxns or dxnslate instructions
|
||||
method.flag.HAS_PARAMNAMES = This method has parameter names in method_info
|
||||
method.param = Type of parameter
|
||||
|
||||
@@ -69,8 +69,6 @@ method.flag.NEED_ARGUMENTS = Crea l'objecte "arguments" al m\u00e8tode de regist
|
||||
method.flag.NEED_ACTIVATION = Aquest m\u00e8tode utilitza la instrucci\u00f3 newactivation
|
||||
method.flag.NEED_REST = Crea array d'arguments de la resta al registre method_info.param_count+1
|
||||
method.flag.HAS_OPTIONAL = Aquest m\u00e8tode t\u00e9 arguments opcionals
|
||||
method.flag.IGNORE_REST = ??
|
||||
method.flag.EXPLICIT = ??
|
||||
method.flag.SETSDXNS = Aquest m\u00e8tode utilitza instruccions dxns o dxnslate
|
||||
method.flag.HAS_PARAMNAMES = Aquest m\u00e8tode t\u00e9 noms de par\u00e0metre a method_info
|
||||
method.param = Tipus de par\u00e0metre
|
||||
|
||||
@@ -77,8 +77,6 @@ method.flag.NEED_ARGUMENTS = method_info.param_count+1 kayd\u0131nda "ba\u011f\u
|
||||
method.flag.NEED_ACTIVATION = Bu y\u00f6ntem, yeni etkinle\u015ftirme talimat\u0131 kullan\u0131r
|
||||
method.flag.NEED_REST = method_info.param_count+1 kayd\u0131nda kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenleri dizisi olu\u015ftur
|
||||
method.flag.HAS_OPTIONAL = Bu y\u00f6ntemin iste\u011fe ba\u011fl\u0131 arg\u00fcmanlar\u0131 var
|
||||
method.flag.IGNORE_REST = ??
|
||||
method.flag.EXPLICIT = ??
|
||||
method.flag.SETSDXNS = Bu y\u00f6ntem, dxns veya dxnslate talimatlar\u0131n\u0131 kullan\u0131r
|
||||
method.flag.HAS_PARAMNAMES = Bu y\u00f6ntem, method_info'da parametre isimlerine sahiptir
|
||||
method.param = Parametre t\u00fcr\u00fc
|
||||
|
||||
@@ -71,8 +71,6 @@ method.flag.NEED_ARGUMENTS = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u
|
||||
method.flag.NEED_ACTIVATION = \u6b64\u65b9\u6cd5\u4f7f\u7528newactivation\u6307\u4ee4
|
||||
method.flag.NEED_REST = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa\u5269\u4f59\u53c2\u6570\u6570\u7ec4
|
||||
method.flag.HAS_OPTIONAL = \u6b64\u65b9\u6cd5\u5177\u6709\u53ef\u9009\u53c2\u6570
|
||||
method.flag.IGNORE_REST = \u5ffd\u7565\u5176\u4ed6
|
||||
method.flag.EXPLICIT = \u663e\u5f0f
|
||||
method.flag.SETSDXNS = \u6b64\u65b9\u6cd5\u4f7f\u7528dxns\u6216dxnslate\u6307\u4ee4
|
||||
method.flag.HAS_PARAMNAMES = \u6b64\u65b9\u6cd5\u5728method_info\u4e2d\u5177\u6709\u53c2\u6570\u540d\u79f0
|
||||
method.param = \u53c2\u6570\u7c7b\u578b
|
||||
|
||||
Reference in New Issue
Block a user