Interface PathTokenParser
-
- All Known Implementing Classes:
AnsiSymbolSeg.Parser,CipPath.CompositeParser,CipPath.StaticParser,EKeySeg.Parser,FixedTagSeg.Parser,InhibitSeg.Parser,LogicalSeg.LogicalParser,MemberSeg.Parser,NestedLogicalSeg.SubscriptParser,PortSeg.Parser,PortSeg.SlotParser,ScheduleSeg.Parser,SimpleDataSeg.Parser,SymbolicSeg.Parser
public interface PathTokenParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CipPathparse(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
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. The keyword token is already removed from the list. This method must remove the parameter tokens it consumes.- Parameters:
tokens-- Returns:
-
-