Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaAnnotation
Packages that use IJavaAnnotation
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaAnnotation in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaAnnotationModifier and TypeMethodDescriptionIJavaElementFactory.createAnnotation
(IJavaType type, List<IJavaAnnotationElement> elts) IJavaAnnotation.duplicate()
Methods in com.pnfsoftware.jeb.core.units.code.java that return types with arguments of type IJavaAnnotationModifier and TypeMethodDescriptionIJavaClass.getAnnotations()
Get the annotations for this type.IJavaField.getAnnotations()
IJavaMethod.getMethodAnnotations()
IJavaMethod.getParameterAnnotations
(int index) Method parameters in com.pnfsoftware.jeb.core.units.code.java with type arguments of type IJavaAnnotationModifier and TypeMethodDescriptionvoid
JavaOutputSink.appendAnnotationsList
(List<IJavaAnnotation> annotations, char charAfterAnno) void
JavaOutputSink.appendAnnotationsList
(List<IJavaAnnotation> annotations, char charAfterAnno, Set<String> skiplist)