isType method

bool isType(
  1. CodeToken codeToken
)

Implementation

bool isType(CodeToken codeToken) {
  return false;
}