Package xyz.cofe.trambda.bc.mth
Class MMaxs
- java.lang.Object
-
- xyz.cofe.trambda.bc.mth.MAbstractBC
-
- xyz.cofe.trambda.bc.mth.MMaxs
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,ByteCode,MethodByteCode,MethodWriter
public class MMaxs extends MAbstractBC implements MethodWriter
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MMaxsclone()intgetMaxLocals()intgetMaxStack()voidsetMaxLocals(int maxLocals)voidsetMaxStack(int maxStack)StringtoString()voidwrite(org.objectweb.asm.MethodVisitor v, MethodWriterCtx ctx)
-
-
-
Constructor Detail
-
MMaxs
public MMaxs()
-
MMaxs
public MMaxs(int maxStack, int maxLocals)
-
MMaxs
public MMaxs(MMaxs sample)
-
-
Method Detail
-
clone
public MMaxs clone()
- Specified by:
clonein interfaceMethodByteCode- Specified by:
clonein classMAbstractBC
-
getMaxStack
public int getMaxStack()
-
setMaxStack
public void setMaxStack(int maxStack)
-
getMaxLocals
public int getMaxLocals()
-
setMaxLocals
public void setMaxLocals(int maxLocals)
-
write
public void write(org.objectweb.asm.MethodVisitor v, MethodWriterCtx ctx)- Specified by:
writein interfaceMethodWriter
-
-