Add description method and a few minor changes

This commit is contained in:
Gregory John Casamento 2024-05-26 16:16:40 -04:00
parent 0a440a5303
commit a49ae59a79
2 changed files with 38 additions and 2 deletions

View file

@ -40,7 +40,7 @@ extern "C" {
enum
{
NSConstantValueExpressionType=0,
NSConstantValueExpressionType = 0,
NSEvaluatedObjectExpressionType,
NSVariableExpressionType,
NSKeyPathExpressionType,