invokingState property

int invokingState
getter/setter pair

What state invoked the rule associated with this context? The "return address" is the followState of invokingState If parent is null, this should be -1.

Implementation

int invokingState;