mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Cosmetics.
This commit is contained in:
parent
7c2e81a8f6
commit
5aa786349f
1 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ public interface IASTLiteralExpression extends IASTExpression {
|
||||||
public static final int lk_nullptr = 7;
|
public static final int lk_nullptr = 7;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the literal expression kind.
|
* Returns the literal expression kind.
|
||||||
*/
|
*/
|
||||||
public int getKind();
|
public int getKind();
|
||||||
|
|
||||||
|
@ -88,12 +88,12 @@ public interface IASTLiteralExpression extends IASTExpression {
|
||||||
public String toString();
|
public String toString();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the literal expression kind.
|
* Sets the literal expression kind.
|
||||||
*/
|
*/
|
||||||
public void setKind(int value);
|
public void setKind(int value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide the value for the expression.
|
* Provides the value for the expression.
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
*/
|
*/
|
||||||
public void setValue(char[] value);
|
public void setValue(char[] value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue