SimpleIdentifierImpl constructor

SimpleIdentifierImpl(
  1. Token token
)

Initialize a newly created identifier.

Implementation

SimpleIdentifierImpl(this.token);