public class IRCatchClause extends Object
| Constructor and Description |
|---|
IRCatchClause(IRSymbol identifier,
IRStatement body) |
| Modifier and Type | Method and Description |
|---|---|
IRStatement |
getBody() |
IRSymbol |
getIdentifier() |
public IRCatchClause(IRSymbol identifier, IRStatement body)
public IRSymbol getIdentifier()
public IRStatement getBody()
Copyright © 2021. All rights reserved.