Class SymbolicSeg.Parser
- java.lang.Object
-
- com.automation_pros.odva.cip.path.SymbolicSeg.Parser
-
- All Implemented Interfaces:
PathTokenParser
- Enclosing class:
- SymbolicSeg
public static class SymbolicSeg.Parser extends java.lang.Object implements PathTokenParser
A symbolic segment is not restricted to ISO-8859-1 characters.This parser is expected to be registered for the 'symbol' keyword.
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipPath
parse(java.util.List<java.lang.String> tokens)
Given the parameters for a token as a list of strings, return a list of Path Segments.
-
-
-
Method Detail
-
parse
public CipPath parse(java.util.List<java.lang.String> tokens)
Description copied from interface:PathTokenParser
Given the parameters for a token as a list of strings, return a list of Path Segments. The keyword token is already removed from the list. This method must remove the parameter tokens it consumes.- Specified by:
parse
in interfacePathTokenParser
- Returns:
-
-