e.g. catch (ClassName $e) { },
catch (ClassName $e) { },
28293031323334353637383940
super(goal); } public IGoal[] init() { ExpressionTypeGoal typedGoal = (ExpressionTypeGoal) goal; CatchClause catchClause = (CatchClause) typedGoal.getExpression(); SimpleReference type = catchClause.getClassName(); if (type != null) { result = PHPClassType.fromSimpleReference(type); } return IGoal.NO_GOALS; }