Member predicate Opcodes :: NewObj :: getPushCount
Gets the number of items this node pushes onto the stack.
This value is either 0 or 1, except for the instruction dup
which pushes 2 values onto the stack.
int
getPushCount
(
)