org.codehaus.jparsec.examples.java.ast.expression
Class IntegerLiteral
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.expression.IntegerLiteral
- All Implemented Interfaces:
- Expression
public final class IntegerLiteral
- extends ValueObject
- implements Expression
Represents any integral number literal.
- Author:
- Ben Yu
radix
public final IntegerLiteral.Radix radix
number
public final String number
type
public final NumberType type
IntegerLiteral
public IntegerLiteral(IntegerLiteral.Radix radix,
String number,
NumberType type)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.