Class StringParser.StringOrPath
java.lang.Object
com.inductiveautomation.ignition.common.expressions.parsing.StringParser.StringOrPath
- Enclosing class:
- StringParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
isPathpublic boolean isPath()
- 
getString
- 
collapseIf 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
- 
hashCodepublic int hashCode()
- 
string
- 
path
 
-