Class CallableElementParameter


  • public class CallableElementParameter
    extends java.lang.Object
    Author:
    Roman Smirnov
    • Field Detail

      • target

        protected java.lang.String target
      • allVariables

        protected boolean allVariables
      • readLocal

        protected boolean readLocal
    • Constructor Detail

      • CallableElementParameter

        public CallableElementParameter()
    • Method Detail

      • getSource

        public java.lang.Object getSource​(VariableScope variableScope)
      • getTarget

        public java.lang.String getTarget()
      • setTarget

        public void setTarget​(java.lang.String target)
      • isAllVariables

        public boolean isAllVariables()
      • setAllVariables

        public void setAllVariables​(boolean allVariables)
      • setReadLocal

        public void setReadLocal​(boolean readLocal)
      • isReadLocal

        public boolean isReadLocal()