Search
ByteCode Methods
 


 Public Methods

  Name Description

evaluate

Evaluates the byte code in the specified context.

get

Gets the element at the specified position within the code.

getIdentifiers

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.

getLength

Gets the number of elements in the code.

 See Also