|
@@ -572,6 +572,7 @@ module MetaInfo = struct
|
|
|
| StructAccess -> ":structAccess",("Marks an extern class as using struct access('.') not pointer('->')",[Platform Cpp; UsedOn TClass])
|
|
|
| StructInit -> ":structInit",("Allows to initialize the class with a structure that matches constructor parameters",[UsedOn TClass])
|
|
|
| SuppressWarnings -> ":suppressWarnings",("Adds a SuppressWarnings annotation for the generated Java class",[Platform Java; UsedOn TClass])
|
|
|
+ | SwitchVariable -> ":switchVariable",("Used internally to mark switch subject variables",[Internal])
|
|
|
| TemplatedCall -> ":templatedCall",("Indicates that the first parameter of static call should be treated as a template arguement",[Platform Cpp; UsedOn TClassField])
|
|
|
| Throws -> ":throws",("Adds a 'throws' declaration to the generated function",[HasParam "Type as String"; Platform Java; UsedOn TClassField])
|
|
|
| This -> ":this",("Internally used to pass a 'this' expression to macros",[Internal; UsedOn TExpr])
|