package com.hurlant.eval.ast { public class LiteralFunction implements IAstLiteral { public var func : Func; } }