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 |
Entry(int hash,
XMLGrammarDescription desc,
Grammar grammar,
XMLGrammarPoolImpl.Entry next) |
public int hash
public XMLGrammarDescription desc
public Grammar grammar
public XMLGrammarPoolImpl.Entry next
protected Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
Copyright © 2021 JBoss by Red Hat. All rights reserved.