Interface JavaBlockDescr

    • Method Detail

      • getStart

        int getStart()
      • getEnd

        int getEnd()
      • getTargetExpression

        String getTargetExpression()
      • setTargetExpression

        void setTargetExpression​(String str)
      • getInScopeLocalVars

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

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