Package gw.lang.ir.statement
Class IRCatchClause
- java.lang.Object
-
- gw.lang.ir.statement.IRCatchClause
-
public class IRCatchClause extends Object
-
-
Constructor Summary
Constructors Constructor Description IRCatchClause(IRSymbol identifier, IRStatement body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRStatement
getBody()
IRSymbol
getIdentifier()
-
-
-
Constructor Detail
-
IRCatchClause
public IRCatchClause(IRSymbol identifier, IRStatement body)
-
-
Method Detail
-
getIdentifier
public IRSymbol getIdentifier()
-
getBody
public IRStatement getBody()
-
-