protected static final class XMLGrammarPoolImpl.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
XMLGrammarDescription |
desc |
Grammar |
grammar |
int |
hash |
XMLGrammarPoolImpl.Entry |
next |
| Modifier | Constructor and Description |
|---|---|
protected |
XMLGrammarPoolImpl.Entry(int hash,
XMLGrammarDescription desc,
Grammar grammar,
XMLGrammarPoolImpl.Entry next) |
public int hash
public XMLGrammarDescription desc
public Grammar grammar
public XMLGrammarPoolImpl.Entry next
protected XMLGrammarPoolImpl.Entry(int hash,
XMLGrammarDescription desc,
Grammar grammar,
XMLGrammarPoolImpl.Entry next)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.