Catrobat.IDE.Core.Models.Formulas.Tree.UnaryFormulaTree.IsNumberL1L C# (CSharp) Метод

IsNumberL1L() защищенный Метод

protected IsNumberL1L ( ) : bool
Результат bool
        protected bool IsNumberL1L()
        {
            // TODO: meaningful (translated?) error message
            if (Child.IsNumber()) throw new SemanticsErrorException(this, "Child must be logic value");
            return true;
        }