blob: 81d9621599275cece49ccbbe7452e25f1955baa9 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2000-2009, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
/* Written by Simon Montagu, Matitiahu Allouche
* (ported from C code written by Markus W. Scherer)
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class BidiClassifier {
public BidiClassifier(java.lang.Object context) { throw new RuntimeException("Stub!"); }
public void setContext(java.lang.Object context) { throw new RuntimeException("Stub!"); }
public java.lang.Object getContext() { throw new RuntimeException("Stub!"); }
public int classify(int c) { throw new RuntimeException("Stub!"); }
}