|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDebugLocalVariableStartInstruction
Interface for Debug Instructions that store the Start (and information) of a local variable hence the name, type and signature.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the variable. |
java.lang.String |
getSignature()
Returns the signature of the variable, or null if there isn't any. |
java.lang.String |
getType()
Returns the type of the variable. |
| Methods inherited from interface org.ow2.asmdex.instruction.IDebugLocalVariableInstruction |
|---|
getLabel |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getType()
java.lang.String getSignature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||