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

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

Introduction

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

The text is from its open source code.

Field

IMessage[]RA_IMessage
no messages
KindWEAVEINFO
KindINFO
KindDEBUG
KindTASKTAG
KindWARNING
KindERROR
KindFAIL
KindABORT

Method

booleangetDeclared()
Caller can verify if this message came about because of a DEOW
ListgetExtraSourceLocations()
intgetID()
Return the ID of the message where applicable, see IProblem for list of valid IDs
KindgetKind()
StringgetMessage()
intgetSourceEnd()
Return the end position of the problem (inclusive), or -1 if unknown.
ISourceLocationgetSourceLocation()
intgetSourceStart()
Return the start position of the problem (inclusive), or -1 if unknown.
ThrowablegetThrown()