Module xl.compiler

Class XL16UStructuralHeaderParser.Result

java.lang.Object
de.grogra.xl.compiler.xl16u.XL16UStructuralHeaderParser.Result
Enclosing class:
XL16UStructuralHeaderParser

public static final class XL16UStructuralHeaderParser.Result extends Object
  • Method Details

    • isApplicable

      public boolean isApplicable()
    • isSuccess

      public boolean isSuccess()
    • hasError

      public boolean hasError()
    • getKind

    • isLeadingElse

      public boolean isLeadingElse()
    • getControlHeaderSyntax

      public de.grogra.xl.compiler.xl16u.XL16UControlHeaderSyntax getControlHeaderSyntax()
    • getRuleId

      public String getRuleId()
    • getCategoryId

      public String getCategoryId()
    • getErrorMessage

      public String getErrorMessage()
    • getHint

      public String getHint()
    • hasHint

      public boolean hasHint()
    • getExpectedTokenNames

      public List<String> getExpectedTokenNames()