Class BytecodeMaxs
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeMaxs
Bytecode maxs.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectives(Format format) Convert to directives.intlocals()Locals size.intstack()Stack size.
-
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.- Parameters:
format- Format of the directives.- Returns:
- Directives.
-