Java org.aspectj.weaver IHasPosition fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver IHasPosition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.weaver IHasPosition.

The text is from its open source code.

Method

intgetEnd()
The ending index of this location in the character stream This points to the last character in this token.
intgetStart()
The starting index of this location in the character stream.