Package xyz.cofe.trambda.bc
Class Maxs
- java.lang.Object
-
- xyz.cofe.trambda.bc.Maxs
-
- All Implemented Interfaces:
Serializable,ByteCode
public class Maxs extends Object implements ByteCode
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxLocals()intgetMaxStack()voidsetMaxLocals(int maxLocals)voidsetMaxStack(int maxStack)StringtoString()
-