Class ParseItem
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.function.expressionparser.ParseItem
A item created by the parser.
- Version:
- 11.1.0
- Author:
- jmback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()getItem(int iPos) Get item at specified position of text.intgetStart()getType()Get the property type of the parse item.getValue()voidsetPosition(int iStart, int iEnd) voidsetSubItems(Object... objects) voidtoString()toString(int index) Display item and sub items indented.
-
Constructor Details
-
ParseItem
-
ParseItem
-
-
Method Details
-
setPosition
public void setPosition(int iStart, int iEnd) -
setSubItems
-
toString
-
toString
Display item and sub items indented.- Parameters:
index- index in super item- Returns:
- display string
-
getType
Get the property type of the parse item. This maybe null, if the property is matter of the meta model.- Returns:
- property descriptor (maybe null)
-
getValue
-
setValue
-
getSubItems
-
getItem
Get item at specified position of text.- Parameters:
iPos- position in text- Returns:
- parse item which contains the text position
-
getParent
-
getStart
public int getStart() -
getEnd
public int getEnd()
-