|
org.netbeans.modules.cnd.api.model/1 1.3 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.netbeans.modules.cnd.api.model.deep
Interface CsmExceptionHandler
- All Superinterfaces:
- CsmCompoundStatement, CsmObject, CsmOffsetable, CsmScope, CsmScopeElement, CsmStatement
public interface CsmExceptionHandler
Represents exception handler - catch( exception-decl ) { ... } construction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.netbeans.modules.cnd.api.model.deep.CsmStatement |
---|
CsmStatement.Kind |
Nested classes/interfaces inherited from interface org.netbeans.modules.cnd.api.model.CsmOffsetable |
---|
CsmOffsetable.Position |
Method Summary | |
---|---|
CsmParameter |
getParameter()
Returns exception declaration or null in case of cath(...) |
boolean |
isCatchAll()
Returns true if this is catch-all statement: catch(...) TODO: perhaps this is unnecessary, since getParameter==null <==> isCatchAll==true |
Methods inherited from interface org.netbeans.modules.cnd.api.model.deep.CsmCompoundStatement |
---|
getStatements |
Methods inherited from interface org.netbeans.modules.cnd.api.model.deep.CsmStatement |
---|
getKind |
Methods inherited from interface org.netbeans.modules.cnd.api.model.CsmOffsetable |
---|
getContainingFile, getEndOffset, getEndPosition, getStartOffset, getStartPosition, getText |
Methods inherited from interface org.netbeans.modules.cnd.api.model.CsmScopeElement |
---|
getScope |
Methods inherited from interface org.netbeans.modules.cnd.api.model.CsmScope |
---|
getScopeElements |
Method Detail |
---|
getParameter
CsmParameter getParameter()
- Returns exception declaration or null in case of cath(...)
isCatchAll
boolean isCatchAll()
- Returns true if this is catch-all statement:
catch(...)
TODO: perhaps this is unnecessary, since getParameter==null <==> isCatchAll==true
|
org.netbeans.modules.cnd.api.model/1 1.3 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Built on November 23 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.