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