org.python.indexer
Class Diagnostic
- java.lang.Object
-
- org.python.indexer.Diagnostic
-
public class Diagnostic extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classDiagnostic.Type
-
Field Summary
Fields Modifier and Type Field and Description intcolumnintendjava.lang.Stringfileintlinejava.lang.StringmsgintstartDiagnostic.Typetype
-
Constructor Summary
Constructors Constructor and Description Diagnostic(java.lang.String file, Diagnostic.Type type, int start, int end, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()
-
-
-
Field Detail
-
file
public java.lang.String file
-
type
public Diagnostic.Type type
-
start
public int start
-
end
public int end
-
line
public int line
-
column
public int column
-
msg
public java.lang.String msg
-
-
Constructor Detail
-
Diagnostic
public Diagnostic(java.lang.String file, Diagnostic.Type type, int start, int end, java.lang.String msg)
-
-
DMelt 3.0 © DataMelt by jWork.ORG