label abstract method

Label label(
  1. SimpleIdentifier label,
  2. Token colon
)

Returns a newly created label.

Implementation

Label label(SimpleIdentifier label, Token colon);