Java org.eclipse.jdt.core.dom CharacterLiteral fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom CharacterLiteral fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom CharacterLiteral.

The text is from its open source code.

Constructor

CharacterLiteral(AST ast)
Creates a new unparented character literal node owned by the given AST.

Method

charcharValue()
Returns the value of this literal node.
StringgetEscapedValue()
Returns the string value of this literal node.
voidinternalSetEscapedValue(String value)
voidsetCharValue(char value)
Sets the value of this character literal node to the given character.
voidsetEscapedValue(String value)
Sets the string value of this literal node.