Interface StringResolver.IExpressionTranslator<I extends VariableDeclaration,​R extends Resolver<I>>

    • Method Detail

      • parseExpression

        Expression parseExpression​(java.lang.String expression,
                                   R resolver,
                                   java.lang.StringBuilder warnings)
                            throws VilException
        Parse the given expression.
        Parameters:
        expression - the expression as string
        resolver - the resolver
        warnings - a collector for warnings
        Returns:
        the resulting expression
        Throws:
        VilException - if problems occur while parsing / resolving