Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaAnnotationElement
Packages that use IJavaAnnotationElement
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaAnnotationElement in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaAnnotationElementModifier and TypeMethodDescriptionIJavaElementFactory.createAnnotationElement
(IJavaConstant name, IJavaExpression value) IJavaAnnotationElement.duplicate()
Methods in com.pnfsoftware.jeb.core.units.code.java that return types with arguments of type IJavaAnnotationElementModifier and TypeMethodDescriptionIJavaAnnotation.getElements()
Get the elements of this annotation.Method parameters in com.pnfsoftware.jeb.core.units.code.java with type arguments of type IJavaAnnotationElementModifier and TypeMethodDescriptionIJavaElementFactory.createAnnotation
(IJavaType type, List<IJavaAnnotationElement> elts)