public final class CharLiteral extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
char |
character |
Constructor and Description |
---|
CharLiteral(char character) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.