Class StringParser.StringOrPath
java.lang.Object
com.inductiveautomation.ignition.common.expressions.parsing.StringParser.StringOrPath
- Enclosing class:
 - StringParser
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanIf this is a string, and the new one is a string, append them together and return true.booleaninthashCode()booleanisPath()static StringParser.StringOrPathstatic StringParser.StringOrPathtoString() 
- 
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
 
 -