public class FloatLiteralChannel extends NumericLiteralChannel
| Modifier and Type | Field and Description |
|---|---|
static String |
BINARY_EXP |
static String |
EXP |
static String |
FLOAT_LITERAL |
static String |
FLOATING_LITERAL_WITHOUT_SUFFIX |
| Constructor and Description |
|---|
FloatLiteralChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
consume(String value,
org.sonar.channel.CodeReader code,
com.sonar.sslr.impl.Lexer lexer) |
consumepublic static final String EXP
public static final String BINARY_EXP
public static final String FLOATING_LITERAL_WITHOUT_SUFFIX
public static final String FLOAT_LITERAL
protected void consume(String value, org.sonar.channel.CodeReader code, com.sonar.sslr.impl.Lexer lexer)
consume in class NumericLiteralChannelCopyright © 2012 SonarSource. All Rights Reserved.