Java org.eclipse.jdt.internal.compiler.problem DefaultProblem fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.problem DefaultProblem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.problem DefaultProblem.

The text is from its open source code.

Subclass

org.eclipse.jdt.internal.compiler.problem.DefaultProblem has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringerrorReportSource(char[] unitSource)
String[]getArguments()
intgetCategoryID()
intgetID()
Answer the type of problem.
StringgetInternalCategoryMessage()
Answers a readable name for the category which this problem belongs to, or null if none could be found.
StringgetMessage()
char[]getOriginatingFileName()
intgetSourceColumnNumber()
Answer the line number in source where the problem begins.
intgetSourceEnd()
intgetSourceStart()
booleanisError()