Class FunctionManager.FunctionState
java.lang.Object
de.inetsoftware.jwebassembly.module.FunctionManager.FunctionState
- Enclosing class:
FunctionManager
State of a function/method
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FunctionName
private int
private MethodInfo
private boolean
private FunctionManager.State
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
-
method
-
alias
-
importAnannotation
-
vtableIdx
private int vtableIdx -
itableIdx
private int itableIdx -
needThisParameter
private boolean needThisParameter
-
-
Constructor Details
-
FunctionState
private FunctionState()
-