public class ThrowStatement extends GoloStatement
| Constructor and Description |
|---|
ThrowStatement(GoloStatement expressionStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
GoloStatement |
getExpressionStatement() |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic ThrowStatement(GoloStatement expressionStatement)
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementpublic GoloStatement getExpressionStatement()
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.