Package jadx.api
Interface ICodeInfo
-
- All Known Implementing Classes:
AnnotatedCodeInfo,SimpleCodeInfo
public interface ICodeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICodeMetadatagetCodeMetadata()java.lang.StringgetCodeStr()booleanhasMetadata()
-
-
-
Field Detail
-
EMPTY
static final ICodeInfo EMPTY
-
-
Method Detail
-
getCodeStr
java.lang.String getCodeStr()
-
getCodeMetadata
ICodeMetadata getCodeMetadata()
-
hasMetadata
boolean hasMetadata()
-
-