public class KeyDefinition
extends java.lang.Object
Constructor | Description |
---|---|
KeyDefinition(int fingerprint,
Pattern match,
Expression use) |
Constructor to create a key definition
|
Modifier and Type | Method | Description |
---|---|---|
int |
getFingerprint() |
Get the fingerprint of the name of the key definition
|
Pattern |
getMatch() |
Get the match pattern for the key definition
|
Expression |
getUse() |
Get the use expression for the key definition
|
public KeyDefinition(int fingerprint, Pattern match, Expression use)
public int getFingerprint()
public Pattern getMatch()
public Expression getUse()