public static class ProgramState.Pop extends Object
Modifier and Type | Field and Description |
---|---|
ProgramState |
state |
List<SymbolicValue> |
values |
Constructor and Description |
---|
Pop(ProgramState programState,
List<SymbolicValue> result) |
public final ProgramState state
public final List<SymbolicValue> values
public Pop(ProgramState programState, List<SymbolicValue> result)
Copyright © 2012–2017 SonarSource. All rights reserved.