L - type of the object to connect with stack informationpublic class State<L> extends Object
| Constructor and Description |
|---|
State(L loc,
StackContents stack) |
| Modifier and Type | Method and Description |
|---|---|
L |
getLocation() |
static <L> State<L> |
getSink() |
StackContents |
getStackContents() |
boolean |
isSink() |
public State(L loc, StackContents stack)
public static <L> State<L> getSink()
public L getLocation()
public StackContents getStackContents()
public boolean isSink()
Copyright © 2019. All rights reserved.