Package Asm
Class Ret
- java.lang.Object
-
- Asm.Instruction
-
- Asm.Ret
-
public class Ret extends Instruction
-
-
Field Summary
-
Fields inherited from class Asm.Instruction
label, name
-
-
Constructor Summary
Constructors Constructor Description Ret(java.lang.String label)
Constructeur
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Conversion en String-
Methods inherited from class Asm.Instruction
getLabel, getName, setLabel, setName
-
-