setLabel() 공개 메소드

public setLabel ( String l ) : void
l String
리턴 void
예제 #1
0
 public void Label(String lname)
 {                       // this is the branch target
     NextInsn(0);
     icur.setIType(IAsm.I_LABEL);
     icur.setLabel(lname);
 }