Module xl.compiler

Class XL16UStatementBodyParser.Result

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

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

    • getKind

    • getPrefix

      public String getPrefix()
    • hasPrefix

      public boolean hasPrefix()
    • getCore

      public String getCore()
    • getPrefixEnd

      public int getPrefixEnd()
    • getPrefixRange

      public XL16UOffsetRange getPrefixRange()
    • getCoreRange

      public XL16UOffsetRange getCoreRange()
    • getControlWrapper

      public de.grogra.xl.compiler.xl16u.XL16UControlWrapperStatementParser.Result getControlWrapper()
    • hasControlWrapper

      public boolean hasControlWrapper()
    • getDeclaration

      public XL16UDeclarationSegmentParser.Result getDeclaration()
    • hasDeclaration

      public boolean hasDeclaration()