|
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 CsmIfStatement
- All Superinterfaces:
- CsmObject, CsmOffsetable, CsmScope, CsmScopeElement, CsmStatement
public interface CsmIfStatement
Represents "If" statement
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 | |
---|---|
CsmCondition |
getCondition()
Gets condition |
CsmStatement |
getElse()
Gets a statement, which is performed in the case condition returns false |
CsmStatement |
getThen()
Gets a statement, which is performed in the case condition returns true |
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 |
---|
getCondition
CsmCondition getCondition()
- Gets condition
getThen
CsmStatement getThen()
- Gets a statement, which is performed in the case condition returns true
getElse
CsmStatement getElse()
- Gets a statement, which is performed in the case condition returns false
|
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.