Nitro.KeyWords Class Reference

Detailed Description

Represents special keywords in the code that must be handled differently, such as return or break.

Static Public Member Functions

static CompiledFragment Compile (VariableFragment kwd, CompiledMethod method)
 Compiles a known keyword fragment into the given method. More...
 

Member Function Documentation

static CompiledFragment Nitro.KeyWords.Compile ( VariableFragment  kwd,
CompiledMethod  method 
)
inlinestatic

Compiles a known keyword fragment into the given method.

Parameters
kwdThe known keyword fragment. return, using, break or continue.
methodThe method to compile the fragment into.
Returns
A compiled instruction of the given keyword.