ABT.ExprType.Decl C# (CSharp) Method

Decl() public method

public Decl ( ) : String
return String
        public String Decl() => this.Decl("");
    }

Same methods

ExprType::Decl ( String name ) : String
ExprType::Decl ( String name, Int32 precedence ) : String