withClause abstract method
Returns a newly created with clause.
Implementation
WithClause withClause(Token withKeyword, List<NamedType> mixinTypes);
Returns a newly created with clause.
WithClause withClause(Token withKeyword, List<NamedType> mixinTypes);