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... | |
|
inlinestatic |
Compiles a known keyword fragment into the given method.
kwd | The known keyword fragment. return, using, break or continue. |
method | The method to compile the fragment into. |