|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface TranslationConstants
Methods used for accessing constants used in translation. Actual constants are defined in gate.yam.translate.HtmlConstants etc.
Field Summary | |
---|---|
int |
CONSTANTEND
Array position of the constant end string. |
int |
CONSTANTNAME
Array position of the constant name / node type. |
int |
CONSTANTSTART
Array position of the constant start string. |
Method Summary | |
---|---|
String[][]
|
getConstantsTable()
Array mapping node type name to start/end strings. |
String
|
getPreamblePath()
Get the path to the preamble resource. |
Object[][]
|
getPredicatesTable()
Array mapping predicate type name to attributes. |
Field Detail |
---|
final int CONSTANTEND
final int CONSTANTNAME
final int CONSTANTSTART
Method Detail |
---|
public String[][] getConstantsTable()
public String getPreamblePath()
public Object[][] getPredicatesTable()
Groovy Documentation