|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.ber.digester.RuleRegistration
Document this class.
Field Summary | |
private int[] |
pattern
the pattern that is used to register a rule with |
private Rule |
rule
the rule registered with the pattern |
Constructor Summary | |
RuleRegistration(int[] pattern,
Rule rule)
Create a new rule registration used to track the rules and patterns that are registered with the digester. |
Method Summary | |
int[] |
getPattern()
Gets the pattern used to register a rule. |
Rule |
getRule()
Gets the rule registered with the pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final int[] pattern
private final Rule rule
Constructor Detail |
public RuleRegistration(int[] pattern, Rule rule)
pattern
- the pattern used to register a rule withrule
- the rule registered with the patternMethod Detail |
public int[] getPattern()
public Rule getRule()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |