public abstract class Action extends Object
Modifier and Type | Field and Description |
---|---|
static Action |
NONE |
static Action |
RETURN |
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
abstract Symbol |
reduce(Symbol[] args,
int offset)
Am action code that is executed when the production is reduced.
|
public abstract Symbol reduce(Symbol[] args, int offset)
args
- an array part of which is filled with this action argumentsoffset
- to the last element BEFORE the first argument of this actionCopyright © 2021 Soot OSS. All rights reserved.