isValid method

bool isValid()

Implementation

bool isValid() {
  return this.type.index > 0;
}