Class StringParser.StringOrPath
java.lang.Object
com.inductiveautomation.ignition.common.expressions.parsing.StringParser.StringOrPath
- Enclosing class:
- StringParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
If this is a string, and the new one is a string, append them together and return true.boolean
int
hashCode()
boolean
isPath()
static StringParser.StringOrPath
static StringParser.StringOrPath
toString()
-
Constructor Details
-
StringOrPath
-
-
Method Details
-
isPath
public boolean isPath() -
getString
-
collapse
If this is a string, and the new one is a string, append them together and return true. Otherwise returns false, indicating that a separate expression should be made. -
toString
-
equals
-
hashCode
public int hashCode() -
string
-
path
-