org.waxeye.ast
Interface IChar

All Known Implementing Classes:
Char

public interface IChar

An AST node with a character.

Author:
Orlando Hill

Method Summary
 char getValue()
          Gets the character value.
 

Method Detail

getValue

char getValue()
Gets the character value.

Returns:
The character value.


Waxeye Parser Generator