Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTLambdaExpression.CaptureDefault |
ICPPASTLambdaExpression.getCaptureDefault()
Returns the capture default for this lambda expression.
|
static ICPPASTLambdaExpression.CaptureDefault |
ICPPASTLambdaExpression.CaptureDefault.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICPPASTLambdaExpression.CaptureDefault[] |
ICPPASTLambdaExpression.CaptureDefault.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ICPPASTLambdaExpression.setCaptureDefault(ICPPASTLambdaExpression.CaptureDefault value)
Not allowed on frozen AST.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.