public class ASTSingleChar extends SimpleNode
Constructors
ASTSingleChar(int id)
public ASTSingleChar(int id)
Name | Description |
id | int |
Methods
getChar()
public char getChar()
Type | Description |
char |
setChar(char character)
public void setChar(char character)
Name | Description |
character | char |
toString()
public String toString()
Type | Description |
String |