Searched refs:cColumn (Results 1 – 2 of 2) sorted by relevance
135 cColumn = FOUR_CHAR_CODE('ccol') variable
4509 int cColumn; in TryStatement() local4532 cLine=token.beginLine; cColumn=token.beginColumn; in TryStatement()4554 …catchs = add(catchs, new CatchClause(cLine, cColumn, token.endLine, token.endColumn, exceptModifie… in TryStatement()