Package jadx.api
Interface ICodeInfo
- All Known Implementing Classes:
AnnotatedCodeInfo,SimpleCodeInfo
public interface ICodeInfo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
EMPTY
-
-
Method Details
-
getCodeStr
String getCodeStr() -
getCodeMetadata
ICodeMetadata getCodeMetadata() -
hasMetadata
boolean hasMetadata()
-