Search
ByteCode Members
Constructors Methods
 


The following tables list the members exposed by the ByteCode type.

 Public Constructors

  Name Description

ByteCode

Initializes a new instance of the ByteCode class from the specified parse tree root.

 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