package com.hurlant.eval.ast { public class LiteralUInt implements IAstLiteral { public var uintValue : uint; } }