|
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 CsmExpression
- All Superinterfaces:
- CsmObject, CsmOffsetable
public interface CsmExpression
Represents expression
Nested Class Summary | |
---|---|
static class |
CsmExpression.Kind
|
Nested classes/interfaces inherited from interface org.netbeans.modules.cnd.api.model.CsmOffsetable |
---|
CsmOffsetable.Position |
Method Summary | |
---|---|
CsmExpression.Kind |
getKind()
Gets this expression kind |
List<CsmExpression> |
getOperands()
Gets this expression operands |
CsmExpression |
getParent()
Gets parent expression or null if this is no parent expression |
Methods inherited from interface org.netbeans.modules.cnd.api.model.CsmOffsetable |
---|
getContainingFile, getEndOffset, getEndPosition, getStartOffset, getStartPosition, getText |
Method Detail |
---|
getKind
CsmExpression.Kind getKind()
- Gets this expression kind
getParent
CsmExpression getParent()
- Gets parent expression or null if this is no parent expression
getOperands
List<CsmExpression> getOperands()
- Gets this expression operands
|
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.