Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTBinaryExpression |
ICPPASTBinaryExpression.copy() |
ICPPASTBinaryExpression |
ICPPASTBinaryExpression.copy(IASTNode.CopyStyle style) |
ICPPASTBinaryExpression |
ICPPNodeFactory.newBinaryExpression(int op,
IASTExpression expr1,
IASTExpression expr2) |
ICPPASTBinaryExpression |
ICPPNodeFactory.newBinaryExpression(int op,
IASTExpression expr1,
IASTInitializerClause expr2) |
Modifier and Type | Interface and Description |
---|---|
interface |
IGPPASTBinaryExpression
G++ introduces additional operators.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.