mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
fea0a6163a
commit
7d03274d32
1 changed files with 1 additions and 3 deletions
|
@ -77,17 +77,15 @@ import org.eclipse.cdt.core.parser.Keywords;
|
||||||
import org.eclipse.cdt.core.parser.util.CharArrayUtils;
|
import org.eclipse.cdt.core.parser.util.CharArrayUtils;
|
||||||
import org.eclipse.cdt.internal.core.dom.parser.ASTQueries;
|
import org.eclipse.cdt.internal.core.dom.parser.ASTQueries;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a utility class to help convert AST elements to Strings.
|
* This is a utility class to help convert AST elements to Strings.
|
||||||
*
|
*
|
||||||
* @see org.eclipse.cdt.core.dom.ast.ASTTypeUtil
|
* @see org.eclipse.cdt.core.dom.ast.ASTTypeUtil
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ASTStringUtil {
|
public class ASTStringUtil {
|
||||||
private static final String SPACE= " "; //$NON-NLS-1$
|
private static final String SPACE= " "; //$NON-NLS-1$
|
||||||
private static final String COMMA_SPACE= ", "; //$NON-NLS-1$
|
private static final String COMMA_SPACE= ", "; //$NON-NLS-1$
|
||||||
private static final String[] EMPTY_STRING_ARRAY= new String[0];
|
private static final String[] EMPTY_STRING_ARRAY= {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the qualified name if the given <code>IASTName</code>
|
* Return the qualified name if the given <code>IASTName</code>
|
||||||
|
|
Loading…
Add table
Reference in a new issue