...
Table of Contents | ||
---|---|---|
|
Version 10.4.2
...
RuleWizard for C/C++
...
test
The IsDefaultValue property has following nodes have been added to the C/C++ dictionary. See IsDefaultValue for usagetest dictionary:
Decltype
; see Decltype.
The IsThreadLocal property has following properties have been added to the C/C++test dictionary. See IsThreadLocal for usage:
IsDefaultValue
; see IsDefaultValue.IsThreadLocal
; see IsThreadLocal.
The IsValueInitialized property has been added to the C/C++ dictionary. See IsValueInitialized for usage.
The HasStaticInitializer property has been added to the C/C++ dictionary. See HasStaticInitializer for usage.
IsValueInitialized
; see IsValueInitialized.HasStaticInitializer
; see HasStaticInitializer.
Other improvements:
- The
Init
property from the C/C++ dictionary is now supported for theif
andswitch
nodes. See Init
...
- for usage.
- The
Attributes
property from the C/C++ dictionary is now supported for thestatements
nodes. See Attributes
...
- for usage.
- The
OperatorName
property from the C/C++ dictionary is now supported for thea.b
,a->b
,a.*b
,a->*b
nodes. See OperatorName
...
- for usage.
RuleWizard for Jtest
The var
node has been added to the Java dictionary.
The Module
node category has been added to the Java dictionary. The category includes the following nodes:
Module Declaration
Requires Directive
Exports Directive
Opens Directive
Provides Directive
Uses Directive
Opens Entry
Exports Entry
Provides Entry
The following nodes have been added to the JavaText dictionary:
->
::
var
Other improvements:
- The
ColonColon
node from the Java dictionary has been renamed as::
. The previous name is only supported for backward compatibility.
Version 10.4.1
The IsBuiltin
property is now supported for types. See IsBuiltin property for usage.
Version 10.4.0
The InitializerInClass
property has been added to the C/C++ dictionary. See InitializerInClass for usage.
...