Searched refs:CatchStatement (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.h270 struct CatchStatement : public Statement struct in inherits:Statement
275 CatchStatement(Variable* exception);
276 virtual ~CatchStatement();
H A DAST.cpp589 CatchStatement::CatchStatement(Variable* e) function in class:CatchStatement
595 CatchStatement::~CatchStatement()
600 CatchStatement::Write(FILE* to)

Completed in 40 milliseconds