Module xl.compiler

Class XL16USimpleStatementSegmentParser.Result

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

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

    • getKind

    • getBooleanDeclaration

      public de.grogra.xl.compiler.xl16u.XL16UBooleanInitializerDeclarationParser.Result getBooleanDeclaration()
    • hasBooleanDeclaration

      public boolean hasBooleanDeclaration()
    • getPlainDeclaration

      public de.grogra.xl.compiler.xl16u.XL16UPlainInitializerDeclarationParser.Result getPlainDeclaration()
    • hasPlainDeclaration

      public boolean hasPlainDeclaration()
    • getAssignment

      public de.grogra.xl.compiler.xl16u.XL16UAssignmentStatementParser.Result getAssignment()
    • hasAssignment

      public boolean hasAssignment()
    • getReturnStatement

      public de.grogra.xl.compiler.xl16u.XL16UReturnStatementParser.Result getReturnStatement()
    • hasReturnStatement

      public boolean hasReturnStatement()
    • getExpressionStatement

      public de.grogra.xl.compiler.xl16u.XL16UExpressionStatementParser.Result getExpressionStatement()
    • hasExpressionStatement

      public boolean hasExpressionStatement()