Encapsulates the compiled result of a parsed tree and performs evaluations against that compiled result in various contexts.
The following tables list the members exposed by the ByteCode type.
Name | Description | |
---|---|---|
Gets the list with all identifiers within the code. There is no guarantee that this list will contain unique entries, thus, if an identifier is encountered several times in the initial sequence, it will appear several times in the returned list. |
Name | Description | |
---|---|---|
Creates and returns an empty byte code. Evaluating empty byte code will produce null (Nothing in Visual Basic) as a result. |
||
Evaluates the byte code in the specified context. |