pushValue abstract method

void pushValue(
  1. int index
)

Pushes on the top of the stack a copy of the element at the given index.

Implementation

void pushValue(int index);