Index

A C D E L M O P R S T V W X 
All Classes and Interfaces|All Packages

A

AsciiOnly - Class in org.eolang.lints.comments
A comment must include only ASCII characters.
AsciiOnly() - Constructor for class org.eolang.lints.comments.AsciiOnly
 

C

CRITICAL - Enum constant in enum org.eolang.lints.Severity
Compilation can't continue, must stop.

D

Default(String, Severity, int, String) - Constructor for class org.eolang.lints.Defect.Default
Ctor.
Defect - Interface in org.eolang.lints
A single defect found.
Defect.Default - Class in org.eolang.lints
Default.
defects() - Method in class org.eolang.lints.Program
Find defects possible defects in the XMIR file.
defects(XML) - Method in class org.eolang.lints.comments.AsciiOnly
 
defects(XML) - Method in interface org.eolang.lints.Lint
Find and return defects.

E

ERROR - Enum constant in enum org.eolang.lints.Severity
It's a bug, must be fixed.

L

line() - Method in class org.eolang.lints.Defect.Default
 
line() - Method in interface org.eolang.lints.Defect
Line where it was found.
Lint - Interface in org.eolang.lints
A single checker for an .xmir file.

M

motive() - Method in class org.eolang.lints.comments.AsciiOnly
 
motive() - Method in interface org.eolang.lints.Lint
Returns motive for a lint, explaining why this lint exists.

O

org.eolang.lints - package org.eolang.lints
Lints (style checkers).
org.eolang.lints.comments - package org.eolang.lints.comments
Lints for comments.

P

parsed(String) - Static method in enum org.eolang.lints.Severity
Parse it from the text.
Program - Class in org.eolang.lints
A single XMIR program to analyze.
Program(XML) - Constructor for class org.eolang.lints.Program
Ctor.
Program(Path) - Constructor for class org.eolang.lints.Program
Ctor.

R

rule() - Method in class org.eolang.lints.Defect.Default
 
rule() - Method in interface org.eolang.lints.Defect
Rule.

S

severity() - Method in class org.eolang.lints.Defect.Default
 
severity() - Method in interface org.eolang.lints.Defect
Severity.
Severity - Enum in org.eolang.lints
Severity.

T

text() - Method in class org.eolang.lints.Defect.Default
 
text() - Method in interface org.eolang.lints.Defect
Error message.
toString() - Method in class org.eolang.lints.Defect.Default
 

V

valueOf(String) - Static method in enum org.eolang.lints.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eolang.lints.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.eolang.lints.Defect.Default
 
version() - Method in interface org.eolang.lints.Defect
The linter's current version.

W

WARNING - Enum constant in enum org.eolang.lints.Severity
Can live with it, but better be fixed.

X

XslLints - Class in org.eolang.lints
All lints defined by XSLs.
XslLints() - Constructor for class org.eolang.lints.XslLints
Ctor.
A C D E L M O P R S T V W X 
All Classes and Interfaces|All Packages