Interface JavaBlockDescr

    • Method Detail

      • getStart

        int getStart()
      • getEnd

        int getEnd()
      • getTargetExpression

        java.lang.String getTargetExpression()
      • setTargetExpression

        void setTargetExpression​(java.lang.String str)
      • getInputs

        java.util.Map<java.lang.String,​java.lang.Class<?>> getInputs()
      • setInputs

        void setInputs​(java.util.Map<java.lang.String,​java.lang.Class<?>> variables)
      • getInScopeLocalVars

        java.util.List<JavaLocalDeclarationDescr> getInScopeLocalVars()
        Returns the list of in-code, declared variables that are available in the scope of this block
        Returns:
      • setInScopeLocalVars

        void setInScopeLocalVars​(java.util.List<JavaLocalDeclarationDescr> inScopeLocalVars)
        Sets the list of in-code, declared variables that are available in the scope of this block