Class FormulaContentParser
java.lang.Object
org.yamcs.studio.autocomplete.formula.FormulaContentParser
- All Implemented Interfaces:
IContentParser
PV formula content parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ContentDescriptor desc) parse(ContentDescriptor desc)
-
Constructor Details
-
FormulaContentParser
public FormulaContentParser()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceIContentParser- Returns:
trueif this parser handles the described content.
-
parse
- Specified by:
parsein interfaceIContentParser- Returns:
ContentDescriptorto be submitted to providers or parsers if the replay attribute is set totrue.
-