Module xl.compiler

Class XL16UExpressionParser.Result

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

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

    • getKind

      public XL16UExpressionParser.Kind getKind()
    • getTrimmed

      public String getTrimmed()
    • getTrimmedOffset

      public int getTrimmedOffset()
    • getTrimmedRange

      public XL16UOffsetRange getTrimmedRange()
    • getDirectResult

      public de.grogra.xl.compiler.xl16u.XL16UDirectExpressionParser.Result getDirectResult()
    • getParenthesizedSyntax

      public de.grogra.xl.compiler.xl16u.XL16UParenthesizedExpressionSyntax getParenthesizedSyntax()
    • getComparisonSyntax

      public de.grogra.xl.compiler.xl16u.XL16UComparisonExpressionSyntax getComparisonSyntax()
    • getBinarySyntax

      public de.grogra.xl.compiler.xl16u.XL16UBinaryExpressionSyntax getBinarySyntax()
    • getCastResult

      public de.grogra.xl.compiler.xl16u.XL16UCastExpressionParser.Result getCastResult()
    • getCallResult

      public de.grogra.xl.compiler.xl16u.XL16UCallExpressionParser.Result getCallResult()
    • hasCallResult

      public boolean hasCallResult()