ASTStringUtil
, instead.@Deprecated
public class ASTSignatureUtil
extends java.lang.Object
Constructor and Description |
---|
ASTSignatureUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getBinaryOperatorString(IASTBinaryExpression be)
Deprecated.
Returns the String representation of the IASTBinaryExpression's operator.
|
static java.lang.String |
getCastOperatorString(IASTCastExpression expression)
Deprecated.
Returns the String representation of the IASTCastExpression's operator.
|
static java.lang.String |
getExpressionString(IASTExpression expression)
Deprecated.
Return a string representation for the given IASTExpression.
|
static java.lang.String |
getInitializerString(IASTInitializer init)
Deprecated.
This function is used to return the signature of an IASTInitializer.
|
static java.lang.String |
getNodeSignature(IASTNode node)
Deprecated.
Return's the String representation of a node's type (if available).
|
static java.lang.String |
getParameterSignature(IASTDeclarator decltor)
Deprecated.
Returns the parameter signature for an IASTDeclarator as a comma separated list wrapped in parenthesis.
|
static java.lang.String[] |
getParameterSignatureArray(IASTDeclarator decltor)
Deprecated.
Returns a String[] corresponding to the signatures of individual parameters for an IASTDeclarator.
|
static java.lang.String |
getProblemMessage(int problemID,
java.lang.String detail)
Deprecated.
|
static java.lang.String |
getSignature(IASTDeclarator declarator)
Deprecated.
Returns the String signature corresponding to an IASTDeclarator.
|
static java.lang.String |
getSignature(IASTDeclSpecifier declSpec)
Deprecated.
Returns the String representation of the signature for the IASTDeclSpecifier.
|
static java.lang.String |
getSignature(IASTTypeId typeId)
Deprecated.
Returns the String representation of the signature for the IASTTypeId.
|
static java.lang.String |
getUnaryOperatorString(IASTUnaryExpression ue)
Deprecated.
Returns the String representation of the IASTUnaryExpression's operator.
|
public static java.lang.String getNodeSignature(IASTNode node)
node
- public static java.lang.String getParameterSignature(IASTDeclarator decltor)
decltor
- public static java.lang.String[] getParameterSignatureArray(IASTDeclarator decltor)
decltor
- public static java.lang.String getInitializerString(IASTInitializer init)
init
- an initializerpublic static java.lang.String getSignature(IASTDeclarator declarator)
declarator
- public static java.lang.String getSignature(IASTDeclSpecifier declSpec)
declSpec
- public static java.lang.String getSignature(IASTTypeId typeId)
typeId
- public static java.lang.String getExpressionString(IASTExpression expression)
expression
- public static java.lang.String getCastOperatorString(IASTCastExpression expression)
expression
- public static java.lang.String getUnaryOperatorString(IASTUnaryExpression ue)
ue
- public static java.lang.String getBinaryOperatorString(IASTBinaryExpression be)
be
- public static java.lang.String getProblemMessage(int problemID, java.lang.String detail)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.