public class LanguageMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
pattern
The pattern of this language map.
|
protected String |
ruleName
The name of this language map.
|
| Constructor and Description |
|---|
LanguageMap()
Creates an empty LanguageMap object.
|
LanguageMap(String pattern,
String ruleName)
Creates a LanguageMap object with a given pattern and a given name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern()
Gets the pattern associated to this language map.
|
String |
getRuleName()
Gets the name of this language map.
|
Copyright © 2021. All rights reserved.