org.eclipse.gmt.modisco.java
Interface StringLiteral

All Superinterfaces:
ASTNode, Expression

public interface StringLiteral
extends Expression

A representation of the model object 'String Literal'.

The following features are supported:

See Also:
JavaPackage.getStringLiteral()
Generated:
Model:

Method Summary
 java.lang.String getEscapedValue()
          Returns the value of the 'Escaped Value' attribute.
 void setEscapedValue(java.lang.String value)
          Sets the value of the 'Escaped Value' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getEscapedValue

java.lang.String getEscapedValue()
Returns the value of the 'Escaped Value' attribute.

If the meaning of the 'Escaped Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Escaped Value' attribute.
See Also:
setEscapedValue(String), JavaPackage.getStringLiteral_EscapedValue()
Generated:
Model:
unique="false" required="true" ordered="false"

setEscapedValue

void setEscapedValue(java.lang.String value)
Sets the value of the 'Escaped Value' attribute.

Parameters:
value - the new value of the 'Escaped Value' attribute.
See Also:
getEscapedValue()
Generated: