Class AbstractContentAssistVisitor.ConditionalClauseCollectionHelper

    • Method Detail

      • hasDelimiterAfterIdentifier

        public boolean hasDelimiterAfterIdentifier​(AbstractConditionalClause expression)
        Determines whether a delimiter like a whitespace or an open parenthesis was parsed after the identifier.
        Parameters:
        expression - The Expression being visited
        Returns:
        true if something is present; false otherwise