appendToWithoutDelimiters2 abstract method

  1. @Deprecated('Use appendToWithoutDelimiters instead')
void appendToWithoutDelimiters2(
  1. StringBuffer buffer
)

Appends the type, name and possibly the default value of this parameter to the given buffer.

Implementation

@Deprecated('Use appendToWithoutDelimiters instead')
void appendToWithoutDelimiters2(StringBuffer buffer);