Class OperatorState


  • public class OperatorState
    extends Object
    Operator parsing state. The operators are parsed although they are not used Aesh runtime parses operators to initialize execution context. Everything that follow the operator is parsed to resolve variables, eg: ls -l > $myfileVar or version | grep $var
    Author:
    jfdenise