Java org.aspectj.bridge SourceLocation fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.bridge SourceLocation fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

SourceLocation(File file, int line)
Same as SourceLocation(file, line, line, 0), except that column is not rendered during toString()