Package org.teavm.vm
Interface Violations
-
public interface Violations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckForViolations()List<Problem>getDiagnosticsProblems()Set<ClassDependencyInfo>getMissingClasses()Set<FieldDependencyInfo>getMissingFields()Set<MethodDependencyInfo>getMissingMethods()List<Problem>getSevereDiagnosticsProblems()booleanhasSevereViolations()
-
-
-
Method Detail
-
getMissingMethods
Set<MethodDependencyInfo> getMissingMethods()
-
getMissingClasses
Set<ClassDependencyInfo> getMissingClasses()
-
getMissingFields
Set<FieldDependencyInfo> getMissingFields()
-
hasSevereViolations
boolean hasSevereViolations()
-
checkForViolations
void checkForViolations()
-
-