blob: ef2d04140d6ceabeebe5dc64126b93c97f11fb02 [file] [log] [blame]
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/* Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved. */
package com.ibm.icu.dev.scan;
import java.io.PrintWriter;
public interface CapNode extends Comparable {
void write(PrintWriter pw, int i);
String getName();
}