Index

A C D E L M O P R S T U 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, String, 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() - Method in class org.eolang.lints.Programs
Find defects possible defects in the XMIR file.
defects(XML) - Method in class org.eolang.lints.comments.AsciiOnly
 
defects(Map<String, XML>) - Method in class org.eolang.lints.units.UnitTestMissing
 
defects(T) - 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<T> - Interface in org.eolang.lints
A single checker for an .xmir file.

M

mnemo() - Method in enum org.eolang.lints.Severity
Mnemo of it.
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.
motive() - Method in class org.eolang.lints.units.UnitTestMissing
 

O

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

P

parsed(String) - Static method in enum org.eolang.lints.Severity
Parse it from the text.
program() - Method in class org.eolang.lints.Defect.Default
 
program() - Method in interface org.eolang.lints.Defect
Name of the program with defect.
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.
Programs - Class in org.eolang.lints
A collection of XMIR programs to analyze.
Programs(Path...) - Constructor for class org.eolang.lints.Programs
Ctor.
Programs(Collection<Path>) - Constructor for class org.eolang.lints.Programs
Ctor.
Programs(Map<String, XML>) - Constructor for class org.eolang.lints.Programs
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
 

U

UnitTestMissing - Class in org.eolang.lints.units
A test is missing for a live EO program.
UnitTestMissing() - Constructor for class org.eolang.lints.units.UnitTestMissing
 

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 U V W X 
All Classes and Interfaces|All Packages