resolve method

Future<void> resolve()

Implementation

Future<void> resolve() async {
  await program.accept(this);
}