clause method

  1. @override
CommandClause clause()
override

Implementation

@override
CommandClause clause() {
  if (_location.getLocation() > 0) {
    super.prepend(CGap()).prepend(CForm());
  }
  return CPCLCommand(header: header()).clause();
}