Méthode | Description | |
---|---|---|
DuplicateReference ( |
Outputs the values needed to get or set this reference.
|
|
GenerateCode ( |
Generates CIL for the expression.
|
|
GenerateDelete ( |
Deletes the reference and pushes
|
|
GenerateGet ( |
Pushes the value of the reference onto the stack.
|
|
GenerateReference ( |
Outputs the values needed to get or set this reference.
|
|
GenerateSet ( |
Stores the value on the top of the stack in the reference.
|
|
MemberAccessExpression ( Jurassic.Compiler.Operator @operator ) |
Creates a new instance of MemberAccessExpression.
|
|
ToString ( ) : string |
Converts the expression to a string.
|
Méthode | Description | |
---|---|---|
DetermineTypeOfMemberAccess ( |
Determines the type of member access.
|
public DuplicateReference ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Résultat | void |
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Résultat | void |
public GenerateDelete ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Résultat | void |
public GenerateGet ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
throwIfUnresolvable | bool | |
Résultat | void |
public GenerateReference ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Résultat | void |
public GenerateSet ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
valueType | PrimitiveType | The primitive type of the value that is on the top of the stack. |
throwIfUnresolvable | bool | |
Résultat | void |
public MemberAccessExpression ( Jurassic.Compiler.Operator @operator ) | ||
@operator | Jurassic.Compiler.Operator |