Cleanup: move expression parsing for types to SourceLanguage.
This commit is contained in:
@@ -17,3 +17,11 @@ SourceLanguage::GetSyntaxHighlighter() const
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
SourceLanguage::ParseTypeExpression(const BString &expression,
|
||||
TeamTypeInformation* info, Type*& _resultType) const
|
||||
{
|
||||
return B_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user