VocabularyImpl.this

Constructs a new instance of {@link VocabularyImpl} from the specified literal and symbolic token names.

@param literalNames The literal names assigned to tokens, or {@code null} if no literal names are assigned. @param symbolicNames The symbolic names assigned to tokens, or {@code null} if no symbolic names are assigned.

@see #getLiteralName(int) @see #getSymbolicName(int)

  1. this(string[] literalNames, string[] symbolicNames)
    class VocabularyImpl
    this
    (
    const string[] literalNames
    ,
    const string[] symbolicNames
    )
  2. this(string[] literalNames, string[] symbolicNames, string[] displayNames)

Meta