
public class JCharLiteral extends JValueLiteral
| Modifier and Type | Field and Description |
|---|---|
static JCharLiteral |
NULL |
| Constructor and Description |
|---|
JCharLiteral(SourceInfo sourceInfo,
char value) |
| Modifier and Type | Method and Description |
|---|---|
static JCharLiteral |
get(char value) |
JType |
getType()
Returns the type of this expression.
|
char |
getValue() |
Object |
getValueObj() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
hasSideEffectsmakeReturnStatement, makeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic static final JCharLiteral NULL
public JCharLiteral(SourceInfo sourceInfo, char value)
public static JCharLiteral get(char value)
public JType getType()
HasTypepublic char getValue()
public Object getValueObj()
getValueObj in class JValueLiteralCopyright © 2018. All rights reserved.