Class BytecodeMaxs
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeMaxs
Bytecode maxs.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytecodeMaxs
public BytecodeMaxs()Constructor. -
BytecodeMaxs
public BytecodeMaxs(int stack, int locals) Constructor.- Parameters:
stack
- Stack size.locals
- Locals size.
-
-
Method Details
-
stack
public int stack()Stack size.- Returns:
- Stack size.
-
locals
public int locals()Locals size.- Returns:
- Locals size.
-
directives
Convert to directives.- Returns:
- Directives.
-