|
org.netbeans.modules.cnd.api.model/1 1.3 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interface
org.netbeans.modules.cnd.api.model.deep.CsmStatement
Packages that use CsmStatement | |
---|---|
org.netbeans.modules.cnd.api.model.deep | |
org.netbeans.modules.cnd.api.model.util |
Uses of CsmStatement in org.netbeans.modules.cnd.api.model.deep |
---|
Subinterfaces of CsmStatement in org.netbeans.modules.cnd.api.model.deep | |
---|---|
interface |
CsmCaseStatement
Represents case pseudo statement. |
interface |
CsmCompoundStatement
Represents compound statement; acts as an ancestor for some derived interfaces, which aren't compound statements as such, e.g. |
interface |
CsmDeclarationStatement
Represents declaration statement |
interface |
CsmExceptionHandler
Represents exception handler - catch( exception-decl ) { ... |
interface |
CsmExpressionStatement
Represents expression statement |
interface |
CsmForStatement
Represents for statement |
interface |
CsmGotoStatement
Represents goto statement |
interface |
CsmIfStatement
Represents "If" statement |
interface |
CsmLabel
Represents a label pseudo statement. |
interface |
CsmLoopStatement
Represents while(), do ... |
interface |
CsmReturnStatement
Represents return statement |
interface |
CsmTryCatchStatement
Represents try ... |
Methods in org.netbeans.modules.cnd.api.model.deep that return CsmStatement | |
---|---|
CsmStatement |
CsmLoopStatement.getBody()
Gets a statement, which is performed in the case condition returns true |
CsmStatement |
CsmSwitchStatement.getBody()
gets swithc body |
CsmStatement |
CsmIfStatement.getElse()
Gets a statement, which is performed in the case condition returns false |
CsmStatement |
CsmForStatement.getInitStatement()
Gets initialization statement; for example, for statement for( int i = 0; i < cnt; i++ ) { ... |
CsmStatement |
CsmIfStatement.getThen()
Gets a statement, which is performed in the case condition returns true |
CsmStatement |
CsmTryCatchStatement.getTryStatement()
Gets try code block |
Methods in org.netbeans.modules.cnd.api.model.deep that return types with arguments of type CsmStatement | |
---|---|
List<CsmStatement> |
CsmCompoundStatement.getStatements()
Gets statements this one consists of |
Uses of CsmStatement in org.netbeans.modules.cnd.api.model.util |
---|
Methods in org.netbeans.modules.cnd.api.model.util with parameters of type CsmStatement | |
---|---|
void |
CsmTracer.dumpStatement(CsmStatement stmt)
|
static String |
CsmTracer.toString(CsmStatement stmt)
|
|
org.netbeans.modules.cnd.api.model/1 1.3 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Built on November 23 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.