Interface ICodeNodeRef

All Superinterfaces:
ICodeAnnotation
All Known Subinterfaces:
ICodeNode
All Known Implementing Classes:
ClassNode, FieldNode, MethodNode, NotificationAttrNode, PackageNode, VarNode

public interface ICodeNodeRef extends ICodeAnnotation
  • Method Details

    • getDefPosition

      int getDefPosition()
    • setDefPosition

      void setDefPosition(int pos)