コード例 #1
0
 public override Lazy <object> VisitDoubleLiteral(QuestScriptParser.DoubleLiteralContext context)
 {
     return(TryResolveLiteralValue(context, ObjectType.Double));
 }
コード例 #2
0
 public override ObjectType VisitDoubleLiteral(QuestScriptParser.DoubleLiteralContext context)
 {
     return(ObjectType.Double);
 }