Package jamopp.resource
Class JavaResource2.SimpleDiagnostic
- java.lang.Object
-
- jamopp.resource.JavaResource2.SimpleDiagnostic
-
- All Implemented Interfaces:
Resource.Diagnostic
- Enclosing class:
- JavaResource2
public class JavaResource2.SimpleDiagnostic extends Object implements Resource.Diagnostic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
String
getLocation()
String
getMessage()
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessage
in interfaceResource.Diagnostic
-
getLocation
public String getLocation()
- Specified by:
getLocation
in interfaceResource.Diagnostic
-
getLine
public int getLine()
- Specified by:
getLine
in interfaceResource.Diagnostic
-
getColumn
public int getColumn()
- Specified by:
getColumn
in interfaceResource.Diagnostic
-
-