Module xl.compiler

Class XL16UMigrationReport

java.lang.Object
de.grogra.xl.compiler.xl16u.migration.XL16UMigrationReport

public final class XL16UMigrationReport extends Object
Immutable XL 1.2 to XL 1.6U migration report.
  • Method Details

    • getSystemId

      public String getSystemId()
    • getFindings

      public List<XL16UMigrationFinding> getFindings()
    • getFindingCount

      public int getFindingCount()
    • getDiagnosticCount

      public int getDiagnosticCount()
    • getPhysicalSymbolCount

      public int getPhysicalSymbolCount()
    • getRangedSymbolCount

      public int getRangedSymbolCount()
    • getAliasCount

      public int getAliasCount()
    • getCallableCount

      public int getCallableCount()
    • getForeignBoundaryCallSiteCount

      public int getForeignBoundaryCallSiteCount()
    • getFrontendRouteId

      public String getFrontendRouteId()
    • usesExperimentalAntlrFrontendRoute

      public boolean usesExperimentalAntlrFrontendRoute()
    • getFrontendParseSummary

      public XL16UFrontendParseSummary getFrontendParseSummary()
    • parsedBySelectedFrontend

      public boolean parsedBySelectedFrontend()
    • getFrontendParseTokenCount

      public int getFrontendParseTokenCount()
    • getFrontendParseDeclarationCount

      public int getFrontendParseDeclarationCount()
    • getFrontendParseCallableCount

      public int getFrontendParseCallableCount()
    • getFrontendTypedAstNodeCount

      public int getFrontendTypedAstNodeCount()
    • getFrontendTypedAstDeclarationCount

      public int getFrontendTypedAstDeclarationCount()
    • getFrontendTypedAstCallableCount

      public int getFrontendTypedAstCallableCount()
    • getFrontendTypedAstClassCount

      public int getFrontendTypedAstClassCount()
    • getFrontendTypedAstInterfaceCount

      public int getFrontendTypedAstInterfaceCount()
    • getFrontendTypedAstEnumCount

      public int getFrontendTypedAstEnumCount()
    • getFrontendTypedAstConstructorCount

      public int getFrontendTypedAstConstructorCount()
    • getFrontendTypedAstRewriteRuleCount

      public int getFrontendTypedAstRewriteRuleCount()
    • getBlockerCount

      public int getBlockerCount()
    • getWarningCount

      public int getWarningCount()
    • getInfoCount

      public int getInfoCount()
    • hasBlockers

      public boolean hasBlockers()
    • hasWarnings

      public boolean hasWarnings()
    • hasCategory

      public boolean hasCategory(String category)
    • renderText

      public String renderText()