Package jadx.api.metadata.annotations
Class NodeEnd
- java.lang.Object
-
- jadx.api.metadata.annotations.NodeEnd
-
- All Implemented Interfaces:
ICodeAnnotation
public class NodeEnd extends java.lang.Object implements ICodeAnnotation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICodeAnnotation.AnnTypegetAnnType()java.lang.StringtoString()
-
-
-
Field Detail
-
VALUE
public static final NodeEnd VALUE
-
-
Method Detail
-
getAnnType
public ICodeAnnotation.AnnType getAnnType()
- Specified by:
getAnnTypein interfaceICodeAnnotation
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-