|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.text.mixup.Statement
public class Statement
Field Summary | |
---|---|
static int |
ANNOTATE_WITH
|
static int |
DECLARE
|
static int |
FILTER
|
static int |
MIXUP
|
static int |
PROVIDE
|
static int |
REGEX
|
static int |
REQUIRE
|
static int |
TRIE
|
Method Summary | |
---|---|
java.lang.String |
getAnnotationType()
Returns the type that this statement either provides or requires. |
java.util.List<java.lang.String> |
getFilesToLoad()
Returns a list of the files that need to be loaded if this Statement defines a dictionary. |
java.lang.String |
getFileToLoad()
Returns the file that needs to be loaded in this Statement is an ANNOTATE_WITH or REQUIRE statement. |
boolean |
getIgnoreCase()
Returns whether or not this statement will ignore case when defining a dictionary. |
java.lang.String |
getImportLevel()
Returns the level that this statement will import from in a call to importFromLevel. |
java.lang.String |
getImportType()
Returns the type that imported spans should be called when this statement executes an importFromLevel call. |
java.lang.String |
getKeyword()
Returns the keyword that defines what this Statement does. |
java.lang.String |
getLevel()
Returns the level name to be used when this statement is performing a level operation (onLevel, offLeve, defLevel, importFromLevel) |
Mixup |
getMixupExpr()
Returns the mixup expression that this statement will execute. |
java.lang.String |
getOldType()
Returns the type from the source level that should be imported when this statement executes an importFromLevel call. |
java.lang.String |
getPatt()
Returns the pattern that is used to create a new level when this statement is defining a new level. |
java.util.List<java.lang.String> |
getPhraseList()
Returns the phrase list for when this statement will define a trie. |
java.lang.String |
getProperty()
Returns the property that this statement matches |
java.lang.String |
getRegex()
Returns the regex string that will be executed by this statement. |
int |
getRegexGroup()
Returns the regex group that will be returned when this statement executes. |
java.lang.String |
getSplit()
Returns the type of level to create when this Statement is defining a level. |
java.lang.String |
getStartType()
Returns the starting type in the case that this statement is a generator statement. |
int |
getStatementType()
Returns an integer representing the type this Statement is. |
java.lang.String |
getType()
Returns the type that this Statement matches. |
java.lang.String |
getValue()
Returns the value that this statement will match. |
java.util.Set<java.lang.String> |
getWordSet()
Returns the set of words defining a dictionary in the case that this statement defines a dictionary inline. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static int REGEX
public static int MIXUP
public static int FILTER
public static int PROVIDE
public static int REQUIRE
public static int DECLARE
public static int TRIE
public static int ANNOTATE_WITH
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getStatementType()
public java.lang.String getKeyword()
public java.util.List<java.lang.String> getFilesToLoad()
public java.lang.String getFileToLoad()
public java.lang.String getType()
public java.lang.String getProperty()
public java.lang.String getValue()
public boolean getIgnoreCase()
public java.util.Set<java.lang.String> getWordSet()
public java.lang.String getSplit()
public java.lang.String getPatt()
public java.lang.String getLevel()
public java.lang.String getOldType()
public java.lang.String getImportType()
public java.lang.String getImportLevel()
public java.lang.String getAnnotationType()
public java.lang.String getStartType()
public Mixup getMixupExpr()
public java.util.List<java.lang.String> getPhraseList()
public java.lang.String getRegex()
public int getRegexGroup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |