All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.tahiti.src.com.sun.tahiti.runtime.ll.BindableGrammar Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/*
 * @(#)$Id: BindableGrammar.java 923 2001-07-20 20:45:03Z Bear $
 *
 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */
package com.sun.tahiti.runtime.ll;

/**
 * A Grammar object which is capable of performing data-binding.
 * 
 * @author
 *	Kohsuke KAWAGUCHI
 */
public interface BindableGrammar extends com.sun.msv.grammar.Grammar {
	LLParserTable getRootTable();
	Object getRootSymbol();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy