Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USimpleStatementSegmentParser.Result
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USimpleStatementSegmentParser.Result
- Enclosing class:
XL16USimpleStatementSegmentParser
-
Method Summary
Modifier and TypeMethodDescriptionde.grogra.xl.compiler.xl16u.XL16UAssignmentStatementParser.Resultde.grogra.xl.compiler.xl16u.XL16UBooleanInitializerDeclarationParser.Resultde.grogra.xl.compiler.xl16u.XL16UExpressionStatementParser.ResultgetKind()de.grogra.xl.compiler.xl16u.XL16UPlainInitializerDeclarationParser.Resultde.grogra.xl.compiler.xl16u.XL16UReturnStatementParser.Resultbooleanbooleanbooleanbooleanboolean
-
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()
-