Class ChartCompiler.DummyExpressionParseContext

    • Constructor Detail

      • DummyExpressionParseContext

        public DummyExpressionParseContext()
    • Method Detail

      • createBoundExpression

        public Expression createBoundExpression​(java.lang.String path)
                                         throws java.lang.RuntimeException
        Description copied from interface: ExpressionParseContext
        Called to create expressions to represent bound elements, like:

         { path.to.something }
         
        Specified by:
        createBoundExpression in interface ExpressionParseContext
        Parameters:
        path - the text content inside the braces.
        Throws:
        java.lang.RuntimeException - because the CUP parser doesn't have a throws on the function that calls this inside the parser