Method | Description | |
---|---|---|
GenerateCode ( |
Generates CIL for the expression.
|
|
NewExpression ( Jurassic.Compiler.Operator @operator ) |
Creates a new instance of NewExpression.
|
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
return | void |
public NewExpression ( Jurassic.Compiler.Operator @operator ) | ||
@operator | Jurassic.Compiler.Operator |