|
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 CsmCompoundStatement
- All Superinterfaces:
- CsmObject, CsmOffsetable, CsmScope, CsmScopeElement, CsmStatement
- All Known Subinterfaces:
- CsmExceptionHandler
public interface CsmCompoundStatement
Represents compound statement; acts as an ancestor for some derived interfaces, which aren't compound statements as such, e.g. CsmCatchClause
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 | |
---|---|
List<CsmStatement> |
getStatements()
Gets statements this one consists of |
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 |
---|
getStatements
List<CsmStatement> getStatements()
- Gets statements this one consists of
|
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.