Result

data class Result(val document: Document, val shapeIndex: ShapeIndex, validationReport: AMFValidationReport)

Constructors

Link copied to clipboard
fun Result(document: Document, shapeIndex: ShapeIndex, validationReport: AMFValidationReport)

Types

Link copied to clipboard
data class Entry(val level: APIProcessor.Result.Level, val file: String, val line: Int, val message: String)
Link copied to clipboard

Properties

Link copied to clipboard
val document: Document
Link copied to clipboard
Link copied to clipboard