Class BytecodeMaxs
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeMaxs
-
public final class BytecodeMaxs extends Object
Bytecode maxs.- Since:
- 0.6
-
-
Constructor Summary
Constructors Constructor Description BytecodeMaxs()
Constructor.BytecodeMaxs(int stack, int locals)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectivesMaxs
directives()
Convert to directives.int
locals()
Locals size.int
stack()
Stack size.
-
-
-
Method Detail
-
stack
public int stack()
Stack size.- Returns:
- Stack size.
-
locals
public int locals()
Locals size.- Returns:
- Locals size.
-
directives
public DirectivesMaxs directives()
Convert to directives.- Returns:
- Directives.
-
-