withClause abstract method

WithClause withClause(
  1. Token withKeyword,
  2. List<NamedType> mixinTypes
)

Returns a newly created with clause.

Implementation

WithClause withClause(Token withKeyword, List<NamedType> mixinTypes);