메소드 | 설명 | |
---|---|---|
GenerateCode ( |
Generates CIL for the statement.
|
|
LoopStatement ( IList |
Creates a new LoopStatement instance.
|
메소드 | 설명 | |
---|---|---|
FindTypedVariables ( ) : InferredTypeInfo>.Dictionary |
Finds variables that were assigned to and determines their types.
|
|
FindTypedVariables ( Jurassic.Compiler.AstNode root, InferredTypeInfo>.Dictionary |
Finds variables that were assigned to and determines their types.
|
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
리턴 | void |
public LoopStatement ( IList |
||
labels | IList |
The labels that are associated with this statement. |
리턴 | System |