-
- All Known Implementing Classes:
DTFJJavaField
,DTFJJavaFieldInstance
,DTFJJavaFieldStatic
public interface IDTFJJavaField
Return the Java signature for this DTFJJavaField. For example, if the field is a java/lang/Sting, return the signature string "Ljava/lang/String;"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSignature()
-
-
-
Method Detail
-
getSignature
String getSignature() throws CorruptDataException
- Throws:
CorruptDataException
-
-