blob: 616fe29236e9bfa16f2ee5b7aa27d332a46b138d [file] [log] [blame]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.google.dart.compiler.ast;
/**
* Abstract base class for Dart literal values.
*/
public abstract class DartLiteral extends DartExpression {
}